diff --git a/assets/herman.css b/assets/herman.css index cd84aec..ce5ae41 100644 --- a/assets/herman.css +++ b/assets/herman.css @@ -132,9 +132,8 @@ ul.blog-posts li span { min-width: 11ch; } -time { +p.byline { opacity: 0.5; - font-style: normal; } code { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index aec87f5..1dbc8da 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,13 +1,11 @@ {{ define "main" }} {{ if not .Params.menu }}

{{ .Title }}

-

- - - {{ with .Params.author }}· {{.}}{{ end }} - +

+ + {{ with .Params.author }}· {{.}}{{ end }}

{{ end }}