christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

index.html (211B)


      1 {{ define "main" }}
      2     {{ .Content }}
      3     {{ range first 2 site.RegularPages }}
      4         {{ partial "summary.html" . }}
      5     {{ end }}
      6     <h2><a href='{{ absURL "/posts/" }}'>View Older Posts</a></h2>
      7 {{ end }}