Remove powered by obsidian

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-10-10 18:52:43 +05:30
parent 9a7f2316c3
commit c608d77f7d
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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>