summaryrefslogtreecommitdiff
path: root/design/templates/details/note.html
diff options
context:
space:
mode:
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>