Skip to content

June-ture Updates : Polishing and Copyright images

Choose a tag to compare

@1bl4z3r 1bl4z3r released this 02 Jul 18:53
· 21 commits to main since this release

What's Changed

  • add fallback to i18n in header.html as well by @maurerle in #127
  • Fix multiple sitemap generation on Single language site 1f37ca4
  • Add: Copyright option for Featured image in post articles 95a9d4e (Issue #128)
    • Exposes below style variables in _colors.scss
    // Featured Image (or Background Image) Copyright section
    $featured-image-text: $bright-grey !default;
    $featured-image-background: rgba($arsenic, 0.45) !default;
    • Add below to article frontmatter (can be used for single-page and posts pages). Any valid HTML tags can also be used for styling.
    ImgCopyright: "By <a href='https://commons.wikimedia.org/wiki/File:Zermatt_(Unsplash).jpg'>Samuel Zeller</a>"
    • See it in action here
  • Add: Defaults to dateform. Modify: Dateformats are now in a nested map a8764b8 (Issue #122)
    • This prevents breaking when building new site using hugo new site
    • Date formats are now in nested map
    [params.dateform]
        LongDate = "Jan 2, 2006"
        ShortDate = "Jan 2"
        NumDateShort = "2006-01-02"
        NumDateLong = "2006-01-02 15:04 -0700"

Special Thanks goes to

Compatibility

With Hugo version v0.147.9

Full Changelog: v1.1.22...v1.1.23