summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/lttr/templates/lttr/friends_detail.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/lttr/templates/lttr/friends_detail.html b/app/lttr/templates/lttr/friends_detail.html
index eb3e81b..087c4a4 100644
--- a/app/lttr/templates/lttr/friends_detail.html
+++ b/app/lttr/templates/lttr/friends_detail.html
@@ -84,7 +84,7 @@
<header id="header" class="post-header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}">
<h1 class="p-name entry-title" itemprop="headline">{{object.title|smartypants|safe}}</h1>
<div class="post-linewrapper">
- <time class="dt-published published dt-updated post-date lttr-box" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">Transmission {{object.get_issue_str}} &ndash; {{object.pub_date|date:"M 'y"}}</span></time>
+ <time class="dt-published published dt-updated post-date lttr-box" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">Transmission {{object.get_issue_str}} &ndash; {{object.pub_date|date:"F, Y"}}</span></time>
<span class="hide" itemprop="author" itemscope itemtype="http://schema.org/Person">by <a class="p-author h-card" href="/about"><span itemprop="name">Scott Gilbertson</span></a></span>
</div>
</header>
@@ -136,13 +136,13 @@
<div class="nav-wrapper">
<nav id="page-navigation" class="page-nav-photo{%if wildlife or object.field_notes.all or object.books.all %}{%else%} page-border-top"{%endif%}>
<h4>Next / Previous</h4>
- <ul>{% if next %}
+ <ul>
<li id="next">
<a href="{{ next.get_absolute_url }}" rel="next" title=" {{next.title}}">
- <img class="prev-next-img" src="{%get_image_by_size next.featured_image "navigation_thumb"%}" alt="{{next.featured_image.alt}}" />
+ <img class="prev-next-img" src="{% get_image_by_size next.featured_image "navigation_thumb"%}" alt="{{next.featured_image.alt}}" />
<div class="nav-title">{{next.get_issue_str}} &ndash; {{next.title|safe}}</div>
</a>
- </li>{%endif%}{% if prev%}
+ </li>{% if prev%}
<li id="prev">
<a href="{{ prev.get_absolute_url }}" rel="prev" title=" {{prev.title}}">
<img src="{%get_image_by_size prev.featured_image "navigation_thumb"%}" />