diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 4cb0c3d..82ace38 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -18,7 +18,7 @@ } .post-meta-item { - margin-right: 5px; + margin-right: 10px; white-space: nowrap; } diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html index 721e3e8..c39e835 100644 --- a/layouts/partials/post-metadata.html +++ b/layouts/partials/post-metadata.html @@ -6,16 +6,19 @@ + - {{ if ne .Lastmod .Date }} + {{ if not .Site.Params.repoURL }} + {{ if ne .Lastmod .Date }} +
+ {{ end }} + {{ end }} {{ if .Site.Params.wordcount }} {{ end }} + {{ if .Site.Params.repoURL }} {{ with .GitInfo }} {{ end }} + {{ end }}