summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/templates/base.xhtml2
-rw-r--r--project/templates/index.xhtml2
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 -%}