diff options
author | luxagraf <sng@luxagraf.net> | 2016-12-13 10:54:28 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-12-13 10:54:28 -0500 |
commit | 59efbaf5415adedde575fcc026b247800491b039 (patch) | |
tree | 12a13deba3f12f8c432aab912880fda72ba6eba2 /design/templates/details/resume.html | |
parent | 88fd02951dd0cdd376757516f5b350ca8e82dd7b (diff) |
polished up resume templates
Diffstat (limited to 'design/templates/details/resume.html')
-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> |