diff options
Diffstat (limited to 'python/fatcat_web/templates/about.html')
-rw-r--r-- | python/fatcat_web/templates/about.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/about.html b/python/fatcat_web/templates/about.html index a760ff0c..706ab9fd 100644 --- a/python/fatcat_web/templates/about.html +++ b/python/fatcat_web/templates/about.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block title %}About{% endblock %} + {% block body %} <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> |