Skip to content

Commit

Permalink
add [templates]: taxonomy/series (list)
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Mar 28, 2018
1 parent 9fc17cd commit d178983
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions layouts/taxonomy/series.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{ partial "header" . }}

{{ partial "header/header" . }}

{{ if .Content }}
<div class='entry'>
{{ partial "entry/content" . }}
</div>
{{ end }}

<div class='container list-container'>
<ul class='list'>
{{ range .Data.Pages.ByDate }}
{{ .Render "li" }}
{{ end }}
</ul>
</div>

{{ partial "footer" . }}

0 comments on commit d178983

Please sign in to comment.