diff --git a/assets/scss/style.scss b/assets/scss/style.scss index dcf774d..b472c35 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -961,6 +961,11 @@ a.footnote-ref { } } +.human{ + display: flex; + justify-content: flex-end; +} + // If homeSubtitlePrinter is true {{ if .Site.Params.homeSubtitlePrinter }} #home-subtitle{ diff --git a/hugo.toml.example b/hugo.toml.example index f420fae..bfd95be 100644 --- a/hugo.toml.example +++ b/hugo.toml.example @@ -112,6 +112,7 @@ expiryDate = ["expiryDate"] # pinnedSVGname = "pin" # descriptionInPosts= true # initialPublish = "Initally Posted on: " + # human = ["single","posts"] [[params.socialLinks]] name = "mastodon" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9ba7177..8a11fdc 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,6 +21,7 @@