shithub: hugo

ref: a72ca38c07f5acd55f29b112afa3cd9830ba4cc4
dir: /docs/layouts/section/showcase.html/

View raw version
{{ partial "header.html" . }}

   <h1 id="title">Hugo Built Sites (with source)</h1>
        <div class="row">
        {{ range .Data.Pages.ByDate }}
            {{ .Render "thumbnail"}}
        {{ end }}
        </div>
  <br><br>
  If you want to be added to this page please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>.

{{ partial "footer.html" . }}