shithub: hugo

ref: e50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7
dir: /docs/layouts/indexes/showcase.html/

View raw version
{{ template "chrome/header.html" . }}
<section id="main">
  <div>
   <h1 id="title">Showcase</h1>
        <div class="row">
        {{ range .Data.Pages.ByDate }}
            {{ .Render "thumbnail"}}
        {{ end }}
        </div>
  </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>.
</section>
{{ template "chrome/footer.html" . }}