mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
9e1dcefc5f
9be494de3 Clean up the markup config c3e123133 Remove JustComment bc1b02bc5 Add Smart to Anchor section 49e796409 Added where .RegularPagesRecursive was added a92296e31 Fixed the new-in shortcode in pages-vs-site-pages 051e1267c Documented .RegularPagesRecursive 5bcec88a3 Fix broken link in RSS templates page 3db79d433 Correct pull request link on migrations.md 55c347168 Release 0.71.1 11a4e36c3 Merge branch 'temp711' 481fc8ed6 releaser: Add release notes to /docs for release of 0.71.1 40ba83c26 Update site.md 382632b58 Use-modules: More help how to get started importing a theme (#1107) 06751d465 Addition of hugefastsearch to search options (#1118) 8346d3b18 Add example of how to set the permalinks option for pages in "root" ebb3b4f3a Refine highlight shortcode options 1075a172a Update index.md 7cc927ea6 Fix typo in v0.71.0 release notes 4121da273 Pull in latest theme version to get link hooks 4809be651 Document render-heading feature 2078a3bd1 Release 0.71.0 c09f6899e releaser: Add release notes to /docs for release of 0.71.0 90ffe2b50 Merge commit 'c9403cbceaaeff53ff4833561f4eefe1dc1a405e' bf3dd0837 Add math.Pow git-subtree-dir: docs git-subtree-split: 9be494de3ac79081be60e0f002db110cb96ec7a3
1.6 KiB
1.6 KiB
date: 2020-05-25 title: "Hugo 0.71.1: A couple of Bug Fixes" description: "This version fixes a couple of bugs." categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
This is a bug-fix release with a couple of important fixes.
- Add some more date test cases 81f56332 @bep #7310
- Fix RenderString vs render hooks 9698b0da @bep #7265
- Prevent WARNINGs in RenderString 32344fe3 @bep
- Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1 @bep #7305
- Fix GetPage on section/bundle name overlaps a985efce @bep #7301
- Fix Go template script escaping 6c3c6686 @bep #6695
- Add a test helper c34bf485 @bep