Remove buttons from articles, move return to home
This commit is contained in:
@@ -25,12 +25,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block info %}
|
||||
Tanner Collin
|
||||
<p class="contact-icons">
|
||||
<a href="mailto:site4@tannercollin.com" rel="noreferrer noopener"><img alt="email" src="/theme/mail.svg" width="20" height="20" /></a>
|
||||
<a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="telegram" src="/theme/telegram.svg" width="20" height="20" /></a>
|
||||
<a href="https://github.com/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="github" src="/theme/github.svg" width="20" height="20" /></a>
|
||||
</p>
|
||||
<p>← <a href="/">Return Home</a></p>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@@ -41,7 +36,6 @@
|
||||
<div class="content">
|
||||
{% endif %}
|
||||
|
||||
<p><a href="/">← Return to Home</a></p>
|
||||
<header>
|
||||
<h1>{{ article.title }}</h1>
|
||||
<div class="summary">
|
||||
|
Reference in New Issue
Block a user