diff options
author | Skiz <skiznet@aol.com> | 2024-08-04 17:43:50 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-08-04 17:43:50 -0400 |
commit | 22499684cf5bab780975b6cf6dd981872e117258 (patch) | |
tree | 25387c3f5795662588e2104e647004aa5007739e /themes/schizo/layouts | |
parent | 259f5704e339ce4257beb11d4b778dcd11214395 (diff) |
Removed next preview
Diffstat (limited to 'themes/schizo/layouts')
-rw-r--r-- | themes/schizo/layouts/partials/nextprev.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/schizo/layouts/partials/nextprev.html b/themes/schizo/layouts/partials/nextprev.html index 099f16d..8b18415 100644 --- a/themes/schizo/layouts/partials/nextprev.html +++ b/themes/schizo/layouts/partials/nextprev.html @@ -1,4 +1,4 @@ -{{ if or .Next .Prev -}} +<!--{{ if or .Next .Prev -}} <div id="nextprev"> {{- with .Prev }} <a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a> @@ -7,4 +7,4 @@ <a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a> {{ end -}} </div> -{{ end -}} +{{ end -}}--> |