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

Simon Hollingshead
27.37.2023 d66f7cee3cfe75e32f7b28de1d8c75bfe340e896
layouts/posts/list.html
@@ -3,11 +3,13 @@
{{ end }}
{{ define "content" }}
  <section class="container list">
    <h1 class="title">
      <a class="title-link" href="{{ .Permalink | safeURL }}">
        {{ title (i18n (lower .Title)) | default .Title }}
      </a>
    </h1>
    <header>
      <h1 class="title">
        <a class="title-link" href="{{ .Permalink | safeURL }}">
          {{ title (i18n (lower .Title)) | default .Title }}
        </a>
      </h1>
    </header>
    {{ .Content }}
    <ul>
      {{- range .Paginator.Pages -}}