diff options
Diffstat (limited to 'data/themes/default/templates')
-rw-r--r-- | data/themes/default/templates/post-blog.html (renamed from data/themes/default/templates/blog-post.html) | 2 | ||||
-rw-r--r-- | data/themes/default/templates/post-page.html (renamed from data/themes/default/templates/page.html) | 2 | ||||
-rw-r--r-- | data/themes/default/templates/post-project.html (renamed from data/themes/default/templates/project.html) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/default/templates/blog-post.html b/data/themes/default/templates/post-blog.html index f1eaeb4..0facb3b 100644 --- a/data/themes/default/templates/blog-post.html +++ b/data/themes/default/templates/post-blog.html @@ -7,7 +7,7 @@ %{styles} </head> - <body class='guff-blog-post'> + <body class='guff-post-blog'> <b>blog post: %{name|h}</b><br/> <b> by <span class='user'>%{user_name|h}</span> diff --git a/data/themes/default/templates/page.html b/data/themes/default/templates/post-page.html index 24f2290..fdd4523 100644 --- a/data/themes/default/templates/page.html +++ b/data/themes/default/templates/post-page.html @@ -9,7 +9,7 @@ %{styles} </head> - <body class='guff-page'> + <body class='guff-post-page'> <div class='post'> <b>page: %{name | h}</b><br/> <b> diff --git a/data/themes/default/templates/project.html b/data/themes/default/templates/post-project.html index c62227a..725cab0 100644 --- a/data/themes/default/templates/project.html +++ b/data/themes/default/templates/post-project.html @@ -2,12 +2,12 @@ <html lang='en-US'> <head> <meta charset="utf-8"/> - <title>Project: %{name | h}</title> + <title>%{name | h}</title> %{styles} </head> - <body class='guff-project'> + <body class='guff-post-project'> <b>Project: %{name | h}</b><br/> %{body} |