summaryrefslogtreecommitdiffstats
path: root/templates/film/post_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/film/post_header.html')
-rw-r--r--templates/film/post_header.html2
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 %}