shithub: hugo

ref: 3b3e771d613b3d8b9c54bc8b42e4bae7ba0bbb68
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" . }}