diff options
Diffstat (limited to 'design/templates/archives/resume-pubs-by-pub.html')
-rw-r--r-- | design/templates/archives/resume-pubs-by-pub.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/archives/resume-pubs-by-pub.html b/design/templates/archives/resume-pubs-by-pub.html index 2313b48..8a3cfb8 100644 --- a/design/templates/archives/resume-pubs-by-pub.html +++ b/design/templates/archives/resume-pubs-by-pub.html @@ -15,6 +15,8 @@ </ul> <main role="main"> <h1 class="entry-title publisher">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> |