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

Codruț Constantin Gușoi
25.13.2021 8384e09033f0fdd00af3c872c6ad097bd63914fa
layouts/partials/page.html
@@ -1,7 +1,11 @@
<section class="container page">
  <article>
    <header>
      <h1>{{ .Title }}</h1>
      <h1 class="title">
        <a class="title-link" href="{{ .Permalink | safeURL }}">
          {{ .Title }}
        </a>
      </h1>
    </header>
    {{ .Content }}