diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index 145e64f9..72990bfb 100644 --- a/assets/css/_page/_single.scss +++ b/assets/css/_page/_single.scss @@ -6,8 +6,8 @@ line-height: 3rem; } - .meta { - font-size: .88rem; + .post-meta { + font-size: .875rem; color: $global-font-secondary-color; span { diff --git a/assets/css/_partial/_home/_summary.scss b/assets/css/_partial/_home/_summary.scss index 2a209031..06f5d2ac 100644 --- a/assets/css/_partial/_home/_summary.scss +++ b/assets/css/_partial/_home/_summary.scss @@ -30,8 +30,7 @@ font-size: 1.6rem; } - .meta { - font-size: .875rem !important; + .post-meta { a { color: $global-font-secondary-color !important; diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 4db4a21e..852756b4 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -13,25 +13,30 @@ {{- /* Meta */ -}} -
+
{{- $author := .Params.author | default .Site.Author.name -}} {{- $authorLink := .Params.authorLink | default .Site.Author.link | default (relLangURL "/") -}} - + {{- $publish_date := .PublishDate.Format (.Site.Params.dateFormatToUse | default "2006-01-02") -}} - {{ T "publish" }}   +   + {{ T "publish" }}  + {{- with .Params.categories -}} -