diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-11-21 18:21:25 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-11-21 18:21:25 +0100 |
commit | 96762ba965d60bd09493ac19cb06cbd0798e44b0 (patch) | |
tree | d8ed1d064113ba66c06e45e7058c48ea4ff25a60 /templates/film | |
parent | dcaec11c29708c6010017c95ce08fdec04ff00ae (diff) | |
download | rabalderz-96762ba965d60bd09493ac19cb06cbd0798e44b0.tar.gz rabalderz-96762ba965d60bd09493ac19cb06cbd0798e44b0.tar.bz2 rabalderz-96762ba965d60bd09493ac19cb06cbd0798e44b0.zip |
Link titles to post in film section.
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 %} |