theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://ananke-theme.netlify.app
MIT License
1.16k stars 1.16k forks source link

Taxonomy page list text not internationalized due to #286 #469

Closed danielfdickinson closed 2 years ago

danielfdickinson commented 2 years ago

Seems to have been an extraneous change that was made as part of #286.

https://github.com/theNewDynamic/gohugo-theme-ananke/blob/3b30dfbac339546d9ae6cd185217699f2044b360/layouts/_default/taxonomy.html#L4

now has

      <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>

instead of

      <p>{{i18n "taxonomyPageList" .}}</p>