diff options
Diffstat (limited to 'design/templates/archives/resume-pubs-by-pub.html')
-rw-r--r-- | design/templates/archives/resume-pubs-by-pub.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/archives/resume-pubs-by-pub.html b/design/templates/archives/resume-pubs-by-pub.html index 8a3cfb8..bb2c624 100644 --- a/design/templates/archives/resume-pubs-by-pub.html +++ b/design/templates/archives/resume-pubs-by-pub.html @@ -14,12 +14,12 @@ <li>{{publisher}}</li> </ul> <main role="main"> - <h1 class="entry-title publisher">Stories published in {{publisher}}</h1> + <h1 class="entry-title publisher">(Most) Stories published in {{publisher}}</h1> {{ publisher.body_html|safe|widont|smartypants}} <hr /> <ul class="publications-list">{% for object in object_list %} - <li class="pub-title"><h3><a href="{{object.get_absolute_url}}">{{object.title|amp|smartypants|widont|safe}}</a></h3> - <time class="dt-published published dt-updated" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time> + <li class="pub-title"><h3><a href="{{object.url}}">{{object.title|amp|smartypants|widont|safe}}</a></h3> + <time class="dt-published published dt-updated" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time> (<a href="{{object.get_absolute_url}}" title="local copy if publisher version is not available">local verson</a>) </li>{% endfor %} </ul> </main> |