Skip to content

Releases: theNewDynamic/gohugo-theme-ananke

2018-11-27

27 Nov 23:57
Compare
Choose a tag to compare

#143

  • Add Medium social media icon
  • Open social media external links in new window
  • Add A11y affordance for the social media links

2018-11-04

04 Nov 19:15
Compare
Choose a tag to compare

Add global background color class to footer (it's already on the header). Fixes #135

2018-11-03

04 Nov 03:48
Compare
Choose a tag to compare

Added

Changed

  • Run Ananke with Hugo v0.50
  • Remove default background image so users can choose to not use one at all. #133 (@cdeguise)
  • Add reading time and word count to pages, conditionally if set at global, page, or section level with the show_reading_time key. (thanks to @looer for starting)

Patch: Footer icons

31 Aug 22:41
7a32e28
Compare
Choose a tag to compare

Fixes an issue where social icons were incorrectly spread out across footer. This patch applies the flexbox directive justify-between to the nav items, not the icons themselves.

Fix article padding on mobile

08 Jul 23:07
Compare
Choose a tag to compare

Absolute paths for assets

14 Apr 18:17
Compare
Choose a tag to compare

This release fixes paths to handle cases where the site is served from a directory.

Fix asset hashing

10 Apr 22:37
8b43f46
Compare
Choose a tag to compare

This release fixes an issue with the last release where asset paths were hardcoded and broke sites where the theme folder was changes. Replace Asset References with a data file instead of paths

v2.0

09 Apr 16:33
Compare
Choose a tag to compare
Fix pagination (#76)

Parmeterize number of recent posts on Home Page

03 Nov 18:56
Compare
Choose a tag to compare

Improve home page post links

16 Oct 16:59
Compare
Choose a tag to compare

This release improves the handling of links to posts on the home page, fixing an issue where HTML content in post summaries broke the layout.