Skip to content

Instantly share code, notes, and snippets.

@riywo
Last active September 23, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riywo/d77903a393e2f8df1580 to your computer and use it in GitHub Desktop.
Save riywo/d77903a393e2f8df1580 to your computer and use it in GitHub Desktop.
<main class="content" role="main">
<article class="post post-section {{ .Section }}">
{{ range .Data.Pages.GroupByDate "Jan 2006" }}
<h3>{{ .Key }}</h3>
<ul>
{{ range .Pages }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>
{{ end }}
</article>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment