Updates for publishing
This commit is contained in:
8
jadudcom/layouts/blog/all-posts.html
Normal file
8
jadudcom/layouts/blog/all-posts.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
{{.Content}}
|
||||
<ul class="all-posts">
|
||||
{{range .Site.RegularPages}}
|
||||
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{ end }}
|
Reference in New Issue
Block a user