aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/taxonomy.html
Commit message (Collapse)AuthorAge
* Move taxonomy and term layouts to layouts/_defaultNicholas Johnson3 days
| | | | | | | | | | | | | | | | | | | Hugo's template system was reimplemented in Hugo version 0.146.0. "We [the Hugo developers] have aimed to maintain as much backward compatibility as possible by mapping "old to new," but some reported breakages have occurred." Reference: https://gohugo.io/templates/new-templatesystem-overview/ The "mapping "old to new,"" is not yet documented, but moving the taxonomy and term layouts to layouts/_default seems to be sufficient to properly generate this theme on Hugo versions later than 0.146.0. To retain backward compatibility with older Hugo versions, the other recommended changes to the layouts directory are not made. Reference: https://gohugo.io/templates/new-templatesystem-overview/#changes-to-the-layouts-folder
* Organize layoutsNicholas Johnson2023-02-25
|
* Implement taxonomy Atom feedsNicholas Johnson2023-02-24
|
* Add navigation links to taxonomiesNicholas Johnson2023-02-24
|
* Exclude link emojis from linksNicholas Johnson2023-02-24
|
* Implement taxonomiesNicholas Johnson2023-02-24