diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
| commit | 9bd9c28cae452b43b4fcece040d06728990c2c26 (patch) | |
| tree | d7d9155478a930376c4e647ed2f855af9bf5f242 /layouts/single.html | |
| parent | d6806ebb4dd1baacaf9414f67d34625978e0fdb9 (diff) | |
Fix pagination langTranslate, HTML cleanup
Diffstat (limited to 'layouts/single.html')
| -rw-r--r-- | layouts/single.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/single.html b/layouts/single.html index e1728d3..e9d83da 100644 --- a/layouts/single.html +++ b/layouts/single.html @@ -15,9 +15,11 @@ {{ .Content }} </div> + {{- if ne .Params.excludeFromLists true }} <footer class="post__footer"> {{ partial "single/tags" . }} {{ partial "single/next-prev" . }} </footer> + {{- end }} </article> {{- end }} |
