Skip to content

Commit

Permalink
Merge pull request tummychow#22 from bhavin192/taxonomy-fix
Browse files Browse the repository at this point in the history
Rename li.html to list.html
  • Loading branch information
tummychow authored Apr 14, 2018
2 parents e3886f5 + 8a59896 commit 8f5fca7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 0 additions & 1 deletion layouts/_default/li.html

This file was deleted.

14 changes: 14 additions & 0 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{{ partial "default_head.html" . }}

<div class="post">
<h1 class="post-title">{{ .Title }}</h1>
<ul id="list">
{{ range .Data.Pages }}
<li>{{ .Site.Params.DateForm | default "Jan 2, 2006" | .Date.Format }} -
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>
</div>

{{ partial "default_foot.html" . }}
12 changes: 0 additions & 12 deletions layouts/post/post.html

This file was deleted.

0 comments on commit 8f5fca7

Please sign in to comment.