diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-29 13:45:49 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-29 13:45:49 -0600 |
commit | b6613deaa9c18887c442a6275290c1e8c25a5f1f (patch) | |
tree | 6b77fe15c117f5a609b25c2f520fd569a2a58918 /app | |
parent | c596c85e97561af48ddc9a85d2960f1ac86ae770 (diff) |
posts: reframed essay section as notes to my children
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/essay_list.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/posts/templates/posts/essay_list.html b/app/posts/templates/posts/essay_list.html index e18919f..2288e5b 100644 --- a/app/posts/templates/posts/essay_list.html +++ b/app/posts/templates/posts/essay_list.html @@ -1,13 +1,13 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{% block pagetitle %}Collected Essays of Scott Gilbertson {% endblock %} -{% block metadescription %}Collected writing: essays, articles and stories on travel, photography, tools, walking, the natural world and other ephemera.{% endblock %} +{% block pagetitle %}Notes to My Children - By Scott Gilbertson {% endblock %} +{% block metadescription %}Collected writing: essays, articles and stories on self-reliance, DIY, repair, living well, gods, magic, tools, walking 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"> - <h2 class="archive-hed">Essays & Articles</h2> - <p>Topics include travel, writing, photography, free software, culture, and once, Del Taco.</p> - <p>Some essays below were previously published in: <em><a href="https://www.wired.com/author/scott-gilbertson/" rel="me">WIRED</a></em>, <em><a href="https://www.budgettravel.com/article/0902_HTTN_SocialNetwork_5488">Budget Travel</a></em>, <em><a href="https://arstechnica.com/">Ars Technica</a></em>, <em><a href="https://www.epicurious.com/contributors/scott-gilbertson" rel="me">Epicurious</a></em>, <em><a href="https://web.archive.org/web/20100904114555/http://one.longshotmag.com/article/going-for-seconds">Longshot Magazine</a>,</em> <em><a href="https://web.archive.org/web/20150506051746/http://1888.center/scott-gilbertson/" rel="me">The Cost of Paper</a></em> and elsewhere.</a></p> + <h2 class="archive-hed">Note to My Children</h2> + <p>This started off as a place to collect things I was publishing with outlets like <em><a href="https://www.wired.com/author/scott-gilbertson/" rel="me">Wired</a></em>, <em><a href="https://arstechnica.com/">Ars Technica</a></em>, <em><a href="https://www.epicurious.com/contributors/scott-gilbertson" rel="me">Epicurious</a></em>, <em><a href="https://web.archive.org/web/20100904114555/http://one.longshotmag.com/article/going-for-seconds">Longshot Magazine</a></em> and the like. Then I started writing things people weren't as eager to publish. Strange times.</p> + <p>But I thought well, the internet archive is gathering all this up, I will write down things I'd like my kids to know, to be able to read when they're older and trying to figure things out. And here we are. </p> </div> <h1 class="archive-sans">Essays</h1> <ul class="archive-list">{% for object in object_list %} |