Remove home page name and article bottom return homes
This commit is contained in:
@@ -82,8 +82,6 @@
|
|||||||
{{ article.locale_date }}
|
{{ article.locale_date }}
|
||||||
<hr />
|
<hr />
|
||||||
{{ article.content }}
|
{{ article.content }}
|
||||||
<hr />
|
|
||||||
<p>← <a href="/">Return Home</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -55,5 +55,4 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>← <a class="return-home" href="/">Return Home</a></p>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>TANNER COLLIN</p>
|
|
||||||
<div class="content index">
|
<div class="content index">
|
||||||
<p>
|
<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.
|
Hi, I'm <a href="/about">Tanner</a>! I like home automation, <a href="/sensors">sensors</a>, privacy, bots, Python, Debian, coffee, and makerspaces.
|
||||||
|
Reference in New Issue
Block a user