diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index 145e64f..72990bf 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 2a20903..06f5d2a 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 4db4a21..852756b 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 -}} -