diff options
Diffstat (limited to 'data/themes/blank/templates/post-page.html')
-rw-r--r-- | data/themes/blank/templates/post-page.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/themes/blank/templates/post-page.html b/data/themes/blank/templates/post-page.html new file mode 100644 index 0000000..264d152 --- /dev/null +++ b/data/themes/blank/templates/post-page.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang='en-US'> + <head> + <meta charset="utf-8"/> + <title>%{name | h}</title> + + %{styles} + </head> + + <body class='guff-post-page'> + %{body} + </body> + + %{scripts} +</html> |