mirror of https://github.com/onweru/compose.git

weru
01.01.2022 e9e2d2c39fed7077430c5643e5a704acff94cc31
layouts/partials/pager.html
@@ -1,6 +1,6 @@
<div class="pager{{ if .Next }}{{ else }} pager_lean{{ end }}">
  {{- $searchURL := "/search/" }}
  {{ with .Site.RegularPages.Next . }}
  {{ with .NextInSection }}
    {{ if ne .RelPermalink $searchURL }}
    <div class="pager_item prev">
      <a href="{{ .Permalink }}" class="pager_link button" title="{{ .Title }}" rel="prev">
@@ -10,7 +10,7 @@
    {{ end }}
  {{ end }}
  {{ with .Site.RegularPages.Prev . }}
  {{ with .PrevInSection  }}
    {{ if ne .RelPermalink $searchURL }}
    <div class="pager_item next">
      <a href="{{ .Permalink }}" class="pager_link button" title="{{ .Title }}" rel="next">