summaryrefslogtreecommitdiff
path: root/project/templates/base.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.xhtml')
-rw-r--r--project/templates/base.xhtml2
1 files changed, 1 insertions, 1 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 -%}