diff options
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/blog.html | 2 | ||||
| -rw-r--r-- | theme/templates/garden.html | 2 | ||||
| -rw-r--r-- | theme/templates/page.html | 2 | ||||
| -rw-r--r-- | theme/templates/post.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index fabdff1..0b690ab 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} {% block subtitle %}Blog | {% endblock %} {% block +{% extends "base.html" %} {% block subtitle %}blog - {% endblock %} {% block main %} <h1>Blog</h1> <p> diff --git a/theme/templates/garden.html b/theme/templates/garden.html index 81ad37c..2c51706 100644 --- a/theme/templates/garden.html +++ b/theme/templates/garden.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} {% block subtitle %}Garden | {% endblock %} {% block main %} +{% extends "base.html" %} {% block subtitle %}garden - {% endblock %} {% block main %} <h1>Garden</h1> <p> Notes in various states of growth. Some are stubs, some are developed. diff --git a/theme/templates/page.html b/theme/templates/page.html index 96735a6..b670771 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block subtitle %} - {{ post.title }} | + {{ post.title }} - {% endblock %} {% block main %} <article> diff --git a/theme/templates/post.html b/theme/templates/post.html index 780a959..8cc9e2e 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} {% block subtitle %} {{ post.title }} | {% endblock %} +{% extends "base.html" %} {% block subtitle %} {{ post.title }} - {% endblock %} {% block meta %} <meta property="og:title" content="{{ post.title }}" /> <meta property="og:url" content="{{ post.url }}" /> |
