diff options
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/essay_detail.html (renamed from app/posts/templates/posts/note_detail.html) | 0 | ||||
-rw-r--r-- | app/posts/templates/posts/essay_list.html (renamed from app/posts/templates/posts/note_list.html) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/posts/templates/posts/note_detail.html b/app/posts/templates/posts/essay_detail.html index 455a024..455a024 100644 --- a/app/posts/templates/posts/note_detail.html +++ b/app/posts/templates/posts/essay_detail.html diff --git a/app/posts/templates/posts/note_list.html b/app/posts/templates/posts/essay_list.html index 559933c..6c9820d 100644 --- a/app/posts/templates/posts/note_list.html +++ b/app/posts/templates/posts/essay_list.html @@ -1,13 +1,13 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{% block pagetitle %}Notes On Living - By Scott Gilbertson {% endblock %} -{% block metadescription %}Musings and stories on self-reliance, DIY ethics, repair, living well, Gods, stoicism, tools, walking and other ephemera.{% endblock %} +{% block pagetitle %}Notes and Essays On Living - By Scott Gilbertson {% endblock %} +{% block metadescription %}Essays and stories on self-reliance, DIY, repair, tools, birding, walking, living well, and other ephemera.{% endblock %} {% block breadcrumbs %}{% if breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{%endif%}{% endblock %} {% block primary %}<main class="archive-wrapper"> <div class="archive-intro"> - <h1 class="archive-sans">Notes</h1> + <h1 class="archive-sans">Notes & Essays</h1> <p><em>Être fort pour être utile</em></p> - <p>Some of the essays below have appeared elsewhere, but they live here now, along with all the newer stuff. Please feel free to email me or leave a comment, I'd love to hear your thoughts on the ideas explored here. Otherwise, please enjoy.</p> + <p>Essays and stories on self-reliance, DIY, repair, tools, birding, walking, living well, and other bric-à-brac. Please, enjoy.</p> </div> <ul class="archive-list">{% for object in object_list %} <li class="h-entry hentry archive-list-card archive-list-card-sm" itemscope itemType="http://schema.org/Article"> |