🎉 Hello World
This commit is contained in:
11
layouts/partials/article-bottom-navigation.html
Normal file
11
layouts/partials/article-bottom-navigation.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- if and (not (eq .Params.single true)) (or .PrevInSection .NextInSection) -}}
|
||||
<hr>
|
||||
<section class="article navigation">
|
||||
{{- with .NextInSection -}}
|
||||
<p><a class="link" href="{{- .RelPermalink -}}"><span class="li">←</span>{{- .Title | safeHTML -}}</a></p>
|
||||
{{- end -}}
|
||||
{{- with .PrevInSection -}}
|
||||
<p><a class="link" href="{{- .RelPermalink -}}"><span class="li">→</span>{{- .Title | safeHTML -}}</a></p>
|
||||
{{- end -}}
|
||||
</section>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user