diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/admin/buttons.html | 1 | ||||
-rw-r--r-- | design/templates/archives/homepage-light.html | 2 | ||||
-rw-r--r-- | design/templates/essays/essay_list.html | 15 |
3 files changed, 11 insertions, 7 deletions
diff --git a/design/templates/admin/buttons.html b/design/templates/admin/buttons.html index d0d4f34..bd4b3cb 100644 --- a/design/templates/admin/buttons.html +++ b/design/templates/admin/buttons.html @@ -48,6 +48,7 @@ <li class="item"><a href="/admin/build/build?id=pages">Build All Pages</a></li> <li class="item"><a href="/admin/build/build?id=sketches">Build Sketches</a></li> <li class="item"><a href="/admin/build/build?id=dailyphotos">Build Daily Photo</a></li> + <li class="item"><a href="/admin/build/build?id=essays">Build Essays</a></li> <li class="item"><a href="/admin/build/build?id=photo_galleries">Build Photo Galleries</a></li> <li class="item"><a href="/admin/build/build?id=projects">Build Project Pages</a></li> <li class="item"><a href="/admin/build/build?id=buildbooks">Build Books</a></li> diff --git a/design/templates/archives/homepage-light.html b/design/templates/archives/homepage-light.html index 7aaf1aa..26ff437 100644 --- a/design/templates/archives/homepage-light.html +++ b/design/templates/archives/homepage-light.html @@ -51,7 +51,7 @@ <section class="recent-popular"> <div class="recent"> <h1 class="homepage-section-header">Recent</h1> - <div class="archive-grid">{% for object in recent %} + <div class="archive-grid">{% for object in object_list %} <article class="h-entry hentry archive-card {% cycle 'odd' 'even' %} {% cycle 'first' 'second' 'third' %}" itemscope itemType="http://schema.org/Article"> <div class="post-image"> <a href="{{object.get_absolute_url}}" title="{{object.title}}">{% if object.featured_image %} diff --git a/design/templates/essays/essay_list.html b/design/templates/essays/essay_list.html index 6ea89a3..1d70622 100644 --- a/design/templates/essays/essay_list.html +++ b/design/templates/essays/essay_list.html @@ -1,17 +1,20 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{% load comments %} -{% block pagetitle %}Luxagraf | {{essay_type}}{% endblock %} +{% 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 metadescription %}Luxagraf — Collected writing: essays on ecosophia, mediation, life, photography, tools, walking, and other ephemera.{% endblock %} {% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> - <li>{{essay_type|capfirst}}</li> + <li>Essays</li> </ul> <main role="main" id="essay-archive" class="essay-archive archive-list"> - <h1 class="topic-hed">{{essay_type.name|capfirst}}</h1> - <h6>{{essay_type.dek}}</h6> + <div class="essay-intro"> + <h2>My various articles and essays collected in one spot.</h2> + <p>Topics include travel, writing, photography, free software, culture, and once, Del Taco.</p> + <p>Many essays below were previously published in: <em><a href="https://www.wired.com/author/scott-gilbertson/">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://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/">The Cost of Paper</a></em> and elsewhere.</a> + </div> + <h1 class="topic-hed">Essays</h1> <ul>{% for object in object_list %} <li class="h-entry hentry" itemscope itemType="http://schema.org/Article"> <span class="date dt-published">{{object.pub_date|date:"F Y"}}</span> |