summaryrefslogtreecommitdiff
path: root/design/templates/archives/notes.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-07-08 11:17:12 -0400
committerluxagraf <sng@luxagraf.net>2014-07-08 11:17:12 -0400
commit9c0e098213a3fd0dab5bb8778fb730aca088f9e2 (patch)
tree43f9dec99a6cebfbddfae208b79a5d8cac3bd1f8 /design/templates/archives/notes.html
parentafbbfec0afb212524361de6e103893fbae01888a (diff)
fixed some url related bugs
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r--design/templates/archives/notes.html6
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> &rarr; </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>