diff options
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r-- | design/templates/archives/notes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html index b73e722..c6c6e34 100644 --- a/design/templates/archives/notes.html +++ b/design/templates/archives/notes.html @@ -1,17 +1,17 @@ {% extends 'base.html' %} {% load typogrify_tags %} {% load html5_datetime %} -{% block pagetitle %} Notes | luxagraf {% endblock %} +{% block pagetitle %} Field Notes | luxagraf {% endblock %} {% block metadescription %} The LongHandPixels Blog Archive, covering HTML, CSS and other web nerdery.{% endblock %} {%block bodyid%}class="notes" id="notes-archive"{%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>Notes</li> + <li>Field Notes</li> </ul> <main role="main"> - <h1>Notes</h1> + <h1>Field Notes</h1> {% for object in object_list %} <article class="h-entry"> <h2 class="p-name note--title hide">{{object.title|safe|amp|smartypants}}</h2> |