diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-29 19:16:22 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-29 19:16:22 -0600 |
commit | 171e38c61daced0b97081a226bc2beb215730509 (patch) | |
tree | 4d053e7a9abaab02ca44788c2a3e8f1f1e0843ba /app/posts/templates | |
parent | b6613deaa9c18887c442a6275290c1e8c25a5f1f (diff) |
posts: changed essays to notes. less pretentious.
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/note_detail.html (renamed from app/posts/templates/posts/essay_detail.html) | 1 | ||||
-rw-r--r-- | app/posts/templates/posts/note_list.html (renamed from app/posts/templates/posts/essay_list.html) | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/note_detail.html index 9edcf45..455a024 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/note_detail.html @@ -8,7 +8,6 @@ <link rel="canonical" href="https://luxagraf.net{{object.get_absolute_url}}" /> {% if object.has_code %} <link rel="stylesheet" href="/media/src/solarized.css" type="text/css" media="screen"/>{%endif %} {%endblock%} -{%block bodyid %}{% if object.get_post_type_display == 'tools' %}class="src"{% endif %}{%endblock%} {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}<main> <article class="h-entry hentry entry-content content" itemscope itemType="http://schema.org/BlogPosting"> diff --git a/app/posts/templates/posts/essay_list.html b/app/posts/templates/posts/note_list.html index 2288e5b..1ad353e 100644 --- a/app/posts/templates/posts/essay_list.html +++ b/app/posts/templates/posts/note_list.html @@ -1,15 +1,15 @@ {% extends 'base.html' %} {% load typogrify_tags %} {% 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 metadescription %}Musings and stories on self-reliance, DIY ethics, repair, living well, Gods, stoicism, 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">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> + <h2 class="archive-hed">Notes to My Children</h2> + <p>This started off as a place to collect things I was publishing in various magazines, and there are some of those below. But then the excitement of publishing elsewhere wore off. This is the web after all, why not just publish it myself? So I am.</p> + <p>But I thought, who really is the audience here? Most of what I write about these days I'd like my kids to know when they're older and trying to figure life out. Other people seem to enjoy these as well though. Please feel free to email me regarding them, I'd love to hear your thoughts. Otherwise, please enjoy.</p> </div> - <h1 class="archive-sans">Essays</h1> + <h1 class="archive-sans">Notes</h1> <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"> <span class="date dt-published card-smcaps">{{object.pub_date|date:"F Y"}}</span> |