diff options
Diffstat (limited to 'templates/film')
-rw-r--r-- | templates/film/post_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/film/post_header.html b/templates/film/post_header.html index e3d5a29..22a9e5b 100644 --- a/templates/film/post_header.html +++ b/templates/film/post_header.html @@ -1,6 +1,6 @@ <header> <h1 class="post-title"> - {{ post.title }} + <a href="{{ post.permalink }}">{{ post.title }}</a> {% if post.extra.country %} ({{ post.extra.country }}{% if post.extra.year %}, {{ post.extra.year }}){% endif %} {% else %} |