update website to include birds
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{ $category := .Get 0 }}
|
||||
<dl>
|
||||
{{ range index .Site.Taxonomies.categories $category }}
|
||||
<time>{{ time.Format "2006-01-02" .Date }}</time>
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
</dl>
|
||||
Reference in New Issue
Block a user