diff options
Diffstat (limited to 'design/templates/details/resume.html')
-rw-r--r-- | design/templates/details/resume.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/resume.html b/design/templates/details/resume.html index c36f986..5c47b2c 100644 --- a/design/templates/details/resume.html +++ b/design/templates/details/resume.html @@ -12,7 +12,7 @@ <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> + <p><i>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.</i></p> <div class="post--article" style="margin-top: 3em"> {{object.body_html|safe|smartypants|widont}} </div> |