From 9c0e098213a3fd0dab5bb8778fb730aca088f9e2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 8 Jul 2014 11:17:12 -0400 Subject: fixed some url related bugs --- design/templates/archives/notes.html | 6 +++--- design/templates/archives/notes_date.html | 8 ++++---- design/templates/archives/writing.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'design') 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 %}
-

Notes

+

Field Notes

{% for object in object_list %}

{{object.title|safe|amp|smartypants}}

diff --git a/design/templates/archives/notes_date.html b/design/templates/archives/notes_date.html index 8794da3..676a465 100644 --- a/design/templates/archives/notes_date.html +++ b/design/templates/archives/notes_date.html @@ -2,16 +2,16 @@ {% load typogrify_tags %} {% load html5_datetime %} {% load month_number_to_name %} -{% block pagetitle %} Notes Published in {% if month %}{{month|month_number_to_name}}{%endif%} {{year}} | luxagraf{% endblock %} +{% block pagetitle %} Field Notes Published in {% if month %}{{month|month_number_to_name}}{%endif%} {{year}} | luxagraf{% endblock %} {% block bodyid %}class="notes" id="archive-{% if month %}{{month|month_number_to_name}}{%endif%}{{year}}"{%endblock%} {% block primary %}
-

Notes Published in {% if month %}{{month|month_number_to_name}}{%endif%} {{year}}

{% if month %}{% for object in object_list %} +

Field Notes Published in {% if month %}{{month|month_number_to_name}}{%endif%} {{year}}

{% if month %}{% for object in object_list %}

{{object.title|safe|amp|smartypants}}

diff --git a/design/templates/archives/writing.html b/design/templates/archives/writing.html index 1716f95..a8c4634 100644 --- a/design/templates/archives/writing.html +++ b/design/templates/archives/writing.html @@ -9,7 +9,7 @@ {% block primary %} -- cgit v1.2.3