Permit a static text after the page content

This commit is contained in:
nemunaire 2021-07-13 11:27:52 +02:00
commit 7ced5779a0
2 changed files with 4 additions and 1 deletions

View file

@ -66,7 +66,7 @@
{{ .Content }}
<hr>
<div style="clear: both">
<div>
{{ if .PrevInSection }}
<a class="mb-2 btn btn-outline-primary float-left" href="{{ .PrevInSection.URL }}" data-toggle="tooltip" data-placement="top" title="{{ .PrevInSection.Title }}">&larr;
Article précédent
@ -78,8 +78,11 @@
</a>
{{ end }}
</div>
<div class="mb-1" style="clear: both"></div>
{{ partial "comments.html" . }}
{{ partial "under_content.html" . }}
</div>
<!-- Sidebar Container -->
<div class="