mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Jack Jackson
02.05.2022 f6329f3e37d45460dfd4b476fd4e5a6020e32332
Use i18n string for taxonomy layout (#500)

This allows for overriding of the string (without overriding the whole
layout), such as
[here](https://github.com/scubbo/blogContent/commit/23240c3367164c9300eb8895a7837c7f07ff5b9c)
1 files modified
2 ■■■ changed files
layouts/_default/taxonomy.html 2 ●●● patch | view | raw | blame | history
layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
{{ define "main" }}
  <article class="cf pa3 pa4-m pa4-l">
    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img {{ $.Param "text_color" | default "mid-gray" }}">
      <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
      <p>{{ i18n "taxonomyPageList" . }}</p>
    </div>
  </article>
  <div class="mw8 center">