damnit four
This commit is contained in:
24
themes/kiera/layouts/partials/single_footer.html
Normal file
24
themes/kiera/layouts/partials/single_footer.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{{ if not .Params.meta }}
|
||||
<section class="post-nav">
|
||||
<ul>
|
||||
<li>
|
||||
{{ with .PrevInSection }}
|
||||
<a href="{{.Permalink}}"><i class="fa fa-chevron-circle-left"></i> {{ .Title }}</a>
|
||||
{{ end }}
|
||||
</li>
|
||||
<li>
|
||||
{{ with .NextInSection }}
|
||||
<a href="{{.Permalink}}">{{ .Title }} <i class="fa fa-chevron-circle-right"></i> </a>
|
||||
{{ end }}
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
{{ if not .Params.disableComments }}
|
||||
{{ if .Site.Params.UtterancesRepo }}
|
||||
{{ partial "utterances" . }}
|
||||
{{ end }}
|
||||
{{ if .Site.Config.Services.Disqus.Shortname }}
|
||||
{{ partial "disqus" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user