Skip to content

January Jamboree: A Month of Mayhem

Latest
Compare
Choose a tag to compare
@1bl4z3r 1bl4z3r released this 29 Jan 07:46
· 4 commits to main since this release

What's Changed

  • Add : layouts/_default/_markup/render-heading.html to separate Heading rendering from main layout. 46a1f23
  • Moved : userstyles.scss to end of styles.scss to have higher priority over in-built styles. 46a1f23
  • Add : layouts/posts/rss.xml to help rss.xml generate links of images in RSS a42ca01
  • Remove : Meta author and description tags from layouts/_default/baseof.html 5cc24ab
  • Add : Meta author and description tags in layouts/partials/site-meta.html 5cc24ab
  • Modify : Footer now uses .Site.Title and not .Site.Params.author.name 5cc24ab
  • Add : Option to add customized footer in different sections of the site by creating below partials in /layouts/partials eb40552
    • For homepage (or landing page), index-footer.html
    • For article list pages, list-footer.html
    • For single pages (which are not articles), single-footer.html
    • For posts/articles pages, posts-footer.html
  • Modify : Proper logic to show Last Modified date 19bd342
  • Scroll to top now uses CSS only (for chromium based browsers, or any browser that supports animation-timeline: scroll()). If support is not found, fallback to JavaScript implementation 4d32428
  • Modify : Google tag manager scripts is consolidated into one layout layouts/partials/google-tag-manager.html 41d414f

Full Changelog: v1.1.18...v1.1.19