summaryrefslogtreecommitdiff
path: root/themes/hugo-book/layouts/_partials/docs/post-prev-next.html
blob: d7192c010e2c07e29310c89bb9629e36aa30b19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="flex flex-wrap justify-between">
  <span>
  {{ with .NextInSection }}
    <a href="{{ .RelPermalink }}" class="flex align-center">
      <img src="{{ "svg/backward.svg" | relURL }}" class="book-icon" alt="Previous" title="{{ partial "docs/title" . }}" />
      <span>{{ partial "docs/title" . }}</span>
    </a>
  {{ end }}
  </span>
  <span>
  {{ with .PrevInSection }}
    <a href="{{ .RelPermalink }}" class="flex align-center">
      <span>{{ partial "docs/title" . }}</span>
      <img src="{{ "svg/forward.svg" | relURL }}" class="book-icon" alt="Next" title="{{ partial "docs/title" . }}" />
    </a>
  {{ end }}
  </span>
</div>
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.