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 }} {{ .Content }}
<hr> <hr>
<div style="clear: both"> <div>
{{ if .PrevInSection }} {{ 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; <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 Article précédent
@ -78,8 +78,11 @@
</a> </a>
{{ end }} {{ end }}
</div> </div>
<div class="mb-1" style="clear: both"></div>
{{ partial "comments.html" . }} {{ partial "comments.html" . }}
{{ partial "under_content.html" . }}
</div> </div>
<!-- Sidebar Container --> <!-- Sidebar Container -->
<div class=" <div class="

View file