Init Commit
Start following the GitFLow
This commit is contained in:
8
layouts/taxonomy/tag.html
Normal file
8
layouts/taxonomy/tag.html
Normal file
@ -0,0 +1,8 @@
|
||||
<ul>
|
||||
{{ range .Data.Pages }}
|
||||
<li>
|
||||
<a href="{{.RelPermalink}}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user