mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
10.29.2025 180471112e2ccc50150a90cab1684f70ea635390
layouts/partials/menu-contextual.html
@@ -5,7 +5,7 @@
{{- if .Params.toc -}}
  <div class="bg-light-gray pa3 nested-list-reset nested-copy-line-height nested-links">
    <p class="f5 b mb3">{{ i18n "whatsInThis" . }}</p>
    <p class="f5 b mb3">{{ lang.Translate "whatsInThis" . }}</p>
      {{ .TableOfContents }}
  </div>
{{- end -}}
@@ -15,11 +15,11 @@
  https://gohugo.io/content-management/related/
*/}}
{{ $related := .Site.RegularPages.Related . | first 15 }}
{{ $related := .Site.RegularPages.Related . | collections.First 15 }}
{{ with $related }}
  <div class="bg-light-gray pa3 nested-list-reset nested-copy-line-height nested-links">
    <p class="f5 b mb3">{{ i18n "related" }}</p>
    <p class="f5 b mb3">{{ lang.Translate "related" }}</p>
    <ul class="pa0 list">
      {{ range . }}
        <li  class="mb2">