summaryrefslogtreecommitdiff
path: root/design/templates/details/note.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-02-08 13:18:18 -0500
committerluxagraf <sng@luxagraf.net>2016-02-08 13:18:18 -0500
commitee6db3c3dc4dbe8903265fde6e799872dcd0fc71 (patch)
tree2ed524d3d81438219252a803696f731e6fdd56b3 /design/templates/details/note.html
parentfdb951576ff642d160bd66cba82179fa2ca247d7 (diff)
added note month and year archives
Diffstat (limited to 'design/templates/details/note.html')
-rw-r--r--design/templates/details/note.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/details/note.html b/design/templates/details/note.html
index 269d82a..c4847ec 100644
--- a/design/templates/details/note.html
+++ b/design/templates/details/note.html
@@ -2,7 +2,7 @@
{% load typogrify_tags %}
{% load html5_datetime %}
{% load month_number_to_name %}
-{% block pagetitle %}{{object.title|title|smartypants|safe}} - Luxagraf, Notes{% endblock %}
+{% block pagetitle %}{{object.title|title|smartypants|safe}} - Luxagraf, Field Notes{% endblock %}
{% block metadescription %}{{object.body_html|striptags|safe}}{% endblock %}
{%block extrahead%}
@@ -17,8 +17,8 @@
{% block primary %}
<main role="main">
- <article class="h-entry">
- <h1 class="p-name note--title hide">{{object.title|safe|amp|smartypants}}</h1>
+ <article class="h-entry post--article">
+ <h1 class="p-name note--title">{{object.title|safe|amp|smartypants}}</h1>
<div class="e-content">
{{object.body_html|safe|amp|smartypants}}
</div>