diff --git a/layouts/index.html b/layouts/index.html index a73943c..d55b813 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,6 @@ {{ partial "header.html" . }}
-

Recent blog entries

- {{ range first 10 (where .Data.Pages "Section" "posts") }}

{{ .Title }}

diff --git a/static/css/outerspace.css b/static/css/outerspace.css index ef39169..d06e41f 100644 --- a/static/css/outerspace.css +++ b/static/css/outerspace.css @@ -10,7 +10,7 @@ html{color:#000;background:#E9E9E9}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, body { background: #E9E9E9; - font-family: 'Titillium', sans-serif; + font-family: 'Titillium Web', sans-serif; font-size: 0.92em; line-height: 1.5em; } @@ -164,6 +164,10 @@ h1.front-heading { margin-left: 2em; } +.posts { + margin-top: 1em; +} + .posts .teaser-post { margin-bottom: 1em; padding-bottom: 1em;