Added shortcodes, lots of improvements and content dump
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
<h1>{{ .Title | humanize }}</h1>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
{{if gt (len .Pages) 0}}
|
||||
<br />
|
||||
<h3>Posts</h3>
|
||||
<ul class='contents'>
|
||||
{{ range .Pages }}
|
||||
<br />
|
||||
@@ -12,5 +15,6 @@
|
||||
</a>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
Reference in New Issue
Block a user