mirror of https://github.com/luizdepra/hugo-coder.git

Codruț Constantin Gușoi
25.13.2021 8384e09033f0fdd00af3c872c6ad097bd63914fa
layouts/partials/list.html
@@ -1,11 +1,13 @@
<section class="container list">
  <h1 class="title">
    {{- if eq .Kind "term" -}}
      {{- i18n .Data.Singular | title -}}
      {{- print ": " -}}
    {{- end -}}
    <a class="title-link" href="{{ .Permalink | safeURL }}">
      {{- if eq .Kind "term" -}}
        {{- i18n .Data.Singular | title -}}
        {{- print ": " -}}
      {{- end -}}
    {{- .Title -}}
      {{- .Title -}}
    </a>
  </h1>
  {{ .Content }}
  <ul>