Added TILs to the mix!
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<h1>All {{ .Type }}</h1>
|
||||
<ul>
|
||||
{{ range .Data.Pages }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user