diff options
-rw-r--r-- | app/posts/templates/posts/film_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/posts/templates/posts/film_list.html b/app/posts/templates/posts/film_list.html index 7107d47..1e01e5b 100644 --- a/app/posts/templates/posts/film_list.html +++ b/app/posts/templates/posts/film_list.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{% block pagetitle %}Notes and Essays On Living - By Scott Gilbertson {% endblock %} -{% block metadescription %}Essays and stories on self-reliance, DIY, repair, tools, birding, walking, living well, and other ephemera.{% endblock %} +{% block pagetitle %}Films - By Scott Gilbertson {% endblock %} +{% block metadescription %}Films on paddling, hiking, birding, walking, living well, and other ephemera.{% endblock %} {% block extrahead %} <style> @media screen and (min-width: 736px) { |