diff --git a/layouts/index.html b/layouts/index.html index 6dc7fc2..90f9af6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,6 +19,9 @@ {{ $page.Title }}

+ {{ with $page.Params.author }} + {{ . }}, + {{ end }}

{{ end }} diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css index 01c7e2f..765218b 100644 --- a/layouts/partials/css/custom.css +++ b/layouts/partials/css/custom.css @@ -61,7 +61,6 @@ pre code { } .site-title { - text-transform: none; font-weight: normal; font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -235,7 +234,6 @@ pre code { font-weight: bold; font-size: 39px; line-height: 40px; - margin-top: 8px; margin-bottom: 0; } @@ -318,3 +316,12 @@ hr { figure { text-align: center; } + +.post-author { + display: block; + font-family: verdana, arial, helvetica, sans-serif; + color: #757575; + margin-top: -0.1em; + margin-left: 2em; + margin-bottom: 1em; +}