INIT: uploading initial structure of site"
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="container">
|
||||
<hr />
|
||||
<hr />
|
||||
<span class="left">
|
||||
{{if .Prev}}
|
||||
<em>« Previous:</em> <a class="next" href="{{.Prev.Permalink}}">{{.Prev.Title}}</a>
|
||||
{{end}}
|
||||
</span>
|
||||
|
||||
<span class="right">
|
||||
{{if .Next}}
|
||||
<em>Next: </em><a class="next" href="{{.Next.Permalink}}"> {{ .Next.Title }}</a> »
|
||||
{{end}}
|
||||
</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user