Permit a static text after the page content
This commit is contained in:
parent
b9020351c1
commit
7ced5779a0
2 changed files with 4 additions and 1 deletions
|
|
@ -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 }}">←
|
||||
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="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue