Remove powered by obsidian
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
9a7f2316c3
commit
c608d77f7d
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
document.getElementById('pastecontent').innerHTML = marked.parse(`{{paste_content}}`);
|
||||
</script>
|
||||
{% else %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
const elem = document.getElementById("pastecontent");
|
||||
|
@ -52,7 +52,7 @@
|
|||
<a href="https://git.baalajimaestro.me/baalajimaestro/obsolute-paste" class="mr-4 hover:underline md:mr-6">Source Code</a>
|
||||
</li>
|
||||
<li>
|
||||
Powered by <a href="https://actix.rs" class="hover:underline">Actix</a> & <a href="https://obsidian.md" class="mr-4 hover:underline md:mr-6">Obsidian</a>
|
||||
Powered by <a href="https://actix.rs" class="hover:underline">Actix</a> & <a href="https://gitea.com" class="mr-4 hover:underline md:mr-6">Gitea</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue