diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-04-24 06:10:08 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-04-24 06:10:08 +1200 |
commit | c5ae7e0c614b88a857a5334eb0f599f926794218 (patch) | |
tree | 959597e85e11c56cb8316a4a5586d12544872794 | |
parent | cbd62c2dfa9bd8d04480d67b557a6fc326e532ca (diff) |
Revised title tags
-rw-r--r-- | project/templates/base.xhtml | 2 | ||||
-rw-r--r-- | project/templates/index.xhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml index 596ff97..27fad39 100644 --- a/project/templates/base.xhtml +++ b/project/templates/base.xhtml @@ -3,7 +3,7 @@ {%- endblock %} <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>{% block title %}{% endblock %}</title> + <title>{% block title %}{% endblock %} - jedbarber.id.au</title> <link href="/favicon.ico" rel="icon" type="image/x-icon" /> <link href="/css/default.css" rel="stylesheet" /> {%- block style -%} diff --git a/project/templates/index.xhtml b/project/templates/index.xhtml index ef76465..49de5f2 100644 --- a/project/templates/index.xhtml +++ b/project/templates/index.xhtml @@ -3,7 +3,7 @@ -{%- block title -%}Jedidiah Barber's Personal Site{%- endblock -%} +{%- block title -%}Home{%- endblock -%} |