Remove useless prev/next buttons

master
Quentin Duchemin 2023-07-03 16:06:14 +02:00
parent bea656d26d
commit 2fc7592a63
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 0 additions and 16 deletions

View File

@ -56,22 +56,6 @@
</article>
</div>
<hr />
<aside class="container level my-5">
<div class="level-left">
{{ with .PrevInSection }}
<div class="level-item">
<a class="button is-link is-light is-medium has-text-weight-bold" href="{{ .Permalink }}">&laquo;&nbsp;{{ .Title }}</a>
</div>
{{ end }}
</div>
<div class="level-right">
{{ with .NextInSection }}
<div class="level-item">
<a class="button is-link is-light is-medium has-text-weight-bold" href="{{ .Permalink }}">{{ .Title }}&nbsp;&raquo;</a>
</div>
{{ end }}
</div>
</aside>
</section>
</div>
</div>