diff --git a/layouts/_default/single.html b/layouts/_default/single.html index fcc4177..a50add2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -11,4 +11,5 @@ {{ .Content }} +

Your polite comments are welcome. Send me a private message on Twitter.

{{ end }} diff --git a/static/css/main.css b/static/css/main.css index 7f6b999..d8ce0bc 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -38,8 +38,8 @@ a:visited { } #articles .list-date { - font-size: 1.2rem; - /* border: 1px red solid; */ + font-size: 1.0rem; + text-transform: capitalize; } #articles h2 { @@ -121,6 +121,31 @@ article h2 { margin: 50px 0 15px 0; } +hr { + border: 1px dotted #aaa; + +} + +section.footnotes { + margin-top: 3rem; + font-size: 1.0rem; + line-height: 1.5rem; +} + +sup { + font-size: 0.9rem; +} + +#feedback { + margin-top: 5rem; + font-style: italic; + font-size: 1.0rem; +} + +#feedback a, #feedback a:visited { + text-decoration: underline; +} + #site-title { margin: 0; font-size: 3.5rem;