diff options
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/resume.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/details/resume.html b/design/templates/details/resume.html index 6274e34..c36f986 100644 --- a/design/templates/details/resume.html +++ b/design/templates/details/resume.html @@ -11,6 +11,8 @@ </ul> <main role="main"> <article role="main"> + <h1>{{object.title|safe|smartypants|widont}}</h1> + <p>This article was published in {{object.publisher}}, you can view <a href="{{object.url}}">the original</a> there, complete with graphics, comments and other fun stuff.</p> <div class="post--article" style="margin-top: 3em"> {{object.body_html|safe|smartypants|widont}} </div> |