Remove home page name and article bottom return homes

master
Tanner Collin 2 years ago
parent b5fc69fe64
commit c6f30be580
  1. 2
      themes/lite/templates/article.html
  2. 1
      themes/theme/templates/article.html
  3. 1
      themes/theme/templates/index.html

@ -82,8 +82,6 @@
{{ article.locale_date }}
<hr />
{{ article.content }}
<hr />
<p><a href="/">Return Home</a></p>
</div>
</body>
</html>

@ -55,5 +55,4 @@
</article>
</div>
<p><a class="return-home" href="/">Return Home</a></p>
{% endblock %}

@ -7,7 +7,6 @@
{% endblock %}
{% block content %}
<p>TANNER COLLIN</p>
<div class="content index">
<p>
Hi, I'm <a href="/about">Tanner</a>! I like home automation, <a href="/sensors">sensors</a>, privacy, bots, Python, Debian, coffee, and makerspaces.

Loading…
Cancel
Save