diff --git a/README.md b/README.md index 72eca58e..55f585f9 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,12 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu - Multiple homepage layouts - Multiple authors - Series of articles +- Date and weight based article sorting - Zen mode for article reading - Flexible with any content types, taxonomies and menus - Header and footer menus - Nested menus & sub-navigation menu +- Scrollable table of contents - Multilingual content support including support for RTL languages - Ability to link to posts on third-party websites - Support for several shortcodes like Gallery, Timeline, GitHub cards, and Carousels diff --git a/package.json b/package.json index fa06a9be..c03edb3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.71.1", + "version": "2.72.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy",