diff options
Diffstat (limited to 'templates/photos-page.html')
-rw-r--r-- | templates/photos-page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/photos-page.html b/templates/photos-page.html index 53f8b5c..a47b41e 100644 --- a/templates/photos-page.html +++ b/templates/photos-page.html @@ -1,4 +1,4 @@ {% extends "base.html" %} {% block body %} -<h1>{{page.extra.caption}}</h1> -<img alt="{{page.extra.caption}}" src="{{ page.extra.file_name }}" /> +<h1>{{ page.title }}</h1> +<img alt="{{page.title}}" src="./{{ page.extra.file_name }}" /> {{ page.content | safe }} {% endblock body %} |