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 }}
|
{{ .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 }}">←
|
<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
|
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="
|
||||||
|
|
|
||||||
0
layouts/partials/under_content.html
Normal file
0
layouts/partials/under_content.html
Normal file
Loading…
Add table
Add a link
Reference in a new issue