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

weru
06.30.2020 c9164fcc31d4f8552c799bc2994719690d6c7708
layouts/partials/pager.html
@@ -1,5 +1,5 @@
<div class="pager{{ if .Next }}{{ else }} pager_lean{{ end }}">
  {{ with .Next }}
  {{ with .Site.RegularPages.Next . }}
  <div class="pager_item prev">
    <span class="pager_meta">PREVIOUS</span>
    <a href="{{ .Permalink }}" class="pager_link button" title="{{ .Title }}">
@@ -8,7 +8,7 @@
  </div>
  {{ end }}
  {{ with .Prev }}
  {{ with .Site.RegularPages.Prev . }}
  <div class="pager_item next">
    <span class="pager_meta">NEXT</span>
    <a href="{{ .Permalink }}" class="pager_link button" title="{{ .Title }}">