diff --git a/html/post.page.tmpl b/html/post.page.tmpl index e8eee0c..40b7e3c 100644 --- a/html/post.page.tmpl +++ b/html/post.page.tmpl @@ -21,11 +21,11 @@ {{define "body"}}
-

{{.Title}}

+

{{.Title}} (raw)

- on - {{.BlogName}}

+ +
diff --git a/public/main.css b/public/main.css index e666a7a..dc7e9db 100644 --- a/public/main.css +++ b/public/main.css @@ -88,6 +88,10 @@ h1, h2, h3 { font-size: inherit; } +h1 .sub { + font-size: 0.6em; +} + hr { color: inherit; border: 0;