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

Andreas Deininger
17.45.2024 759cc945636473d251a28597e2007cbb7d11631d
1
2
3
4
5
6
7
8
9
10
11
12
13
<section class="container page">
  <article>
    <header>
      <h1 class="title">
        <a class="title-link" href="{{ .Permalink | safeURL }}">
          {{ .Title }}
        </a>
      </h1>
    </header>
 
    {{ .Content }}
  </article>
</section>