diff --git a/themes/lite/templates/article.html b/themes/lite/templates/article.html index 94fc667..a41deab 100644 --- a/themes/lite/templates/article.html +++ b/themes/lite/templates/article.html @@ -74,7 +74,7 @@ {% block content %}
-

Return Home

+

Home | t0.vc

{{ article.title }}

{{ article.summary }} {{ article.locale_date }} diff --git a/themes/lite/templates/creations.html b/themes/lite/templates/creations.html index 10aa287..172ab30 100644 --- a/themes/lite/templates/creations.html +++ b/themes/lite/templates/creations.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% block meta %} +Creations | t0.vc {% endblock %} {% block style %} @@ -7,6 +8,8 @@ {% block content %}
+Home | t0.vc
+
 Creations
 =========
 
diff --git a/themes/lite/templates/projects.html b/themes/lite/templates/projects.html
index 4e3643f..ace36e6 100644
--- a/themes/lite/templates/projects.html
+++ b/themes/lite/templates/projects.html
@@ -1,5 +1,6 @@
 {% extends "base.html" %}
 {% block meta %}
+Projects | t0.vc
 {% endblock %}
 
 {% block style %}
@@ -7,6 +8,8 @@
 
 {% block content %}
 
+Home | t0.vc
+
 Projects
 ========
 
diff --git a/themes/lite/templates/writing.html b/themes/lite/templates/writing.html
index c4bf690..bd84a73 100644
--- a/themes/lite/templates/writing.html
+++ b/themes/lite/templates/writing.html
@@ -1,5 +1,6 @@
 {% extends "base.html" %}
 {% block meta %}
+Writing | t0.vc
 {% endblock %}
 
 {% block style %}
@@ -7,6 +8,8 @@
 
 {% block content %}
 
+Home | t0.vc
+
 Writing
 =======