Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-23 01:09:52 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-23 01:09:52 +0300
commit096ba42de854d9d98678c2aec6830739fa289e52 (patch)
tree9b402e12af48f1bbb7d3403f9b09133e80ae6548
parent1395645bd1cfcde25fd369e10c7cc94246af625b (diff)
fixed pagination urls
-rwxr-xr-xlayouts/partials/face.svg12
1 files changed, 8 insertions, 4 deletions
diff --git a/layouts/partials/face.svg b/layouts/partials/face.svg
index 59118f2..520edbb 100755
--- a/layouts/partials/face.svg
+++ b/layouts/partials/face.svg
@@ -15,7 +15,7 @@
style="fill:#333;"/>
<g>
- <a xlink:title="First Page" xlink:href="{{ .Paginator.First.URL }}">
+ <a xlink:title="First Page" xlink:href="{{ (slicestr .Paginator.First.URL 0) | absURL }}">
<path transform="matrix(0.1,0,0,-0.1,0.11842105,504.11841)"
d="m 1770,2133 c -151,-14 -278,-71 -398,-178 -58,-52 -159,-169 -267,-310 -146,-189 -253,-272 -380,-296 -154,-28 -417,36 -537,132 -20,16 -39,29 -42,29 -3,0 4,-24 15,-52 179,-458 646,-727 1269,-729 399,-2 770,137 1029,386 93,89 152,162 205,253 l 36,60 0,132 c 0,129 -1,132 -29,173 -99,142 -312,289 -506,350 -118,36 -297,59 -395,50 z"
id="path3342" />
@@ -35,7 +35,7 @@
</a>
</g>
<g>
- <a xlink:title="Last Page" xlink:href="{{ .Paginator.Last.URL }}#moustage">
+ <a xlink:title="Last Page" xlink:href="{{ (slicestr .Paginator.Last.URL 0) | absURL }}#moustage">
<path transform="matrix(-0.1,0,0,-0.1,539.90695,504.03403)"
d="m 1770,2133 c -151,-14 -278,-71 -398,-178 -58,-52 -159,-169 -267,-310 -146,-189 -253,-272 -380,-296 -154,-28 -417,36 -537,132 -20,16 -39,29 -42,29 -3,0 4,-24 15,-52 179,-458 646,-727 1269,-729 399,-2 770,137 1029,386 93,89 152,162 205,253 l 36,60 0,132 c 0,129 -1,132 -29,173 -99,142 -312,289 -506,350 -118,36 -297,59 -395,50 z"
id="path3342-4" />
@@ -54,7 +54,9 @@
</a>
</g>
- <a xlink:title="Next Page" xlink:href="{{ if .Paginator.HasNext }}{{ .Paginator.Next.URL }}#scroll-down{{ else }}javascript:void(0);{{ end }}">
+ <a xlink:title="Next Page"
+ xlink:href="{{ if .Paginator.HasNext }}{{ (slicestr .Paginator.Next.URL 0) | absURL }}#scroll-down
+ {{ else }}javascript:void(0);{{ end }}">
<g transform="matrix(0.94832872,0,0,0.94832872,-14.890385,-713.8633)">
<path transform="matrix(-0.10710526,0,0,-0.10710526,523.94437,987.8728)"
d="M 796,1359 C 634,1335 497,1278 420,1201 361,1142 344,1111 319,1013 239,699 413,295 683,166 795,113 891,95 1060,95 c 120,1 159,4 225,23 109,31 208,81 280,141 183,151 318,456 302,682 -16,235 -202,375 -557,418 -99,13 -429,12 -514,0 z"
@@ -82,7 +84,9 @@
</text>
</a>
- <a xlink:title="Previous Page" xlink:href="{{ if .Paginator.HasPrev }}{{ .Paginator.Prev.URL }}#scroll-down{{ else }}javascript:void(0);{{ end }}">
+ <a xlink:title="Previous Page"
+ xlink:href="{{ if .Paginator.HasPrev }}{{ (slicestr .Paginator.Prev.URL 0) | absURL }}#scroll-down
+ {{ else }}javascript:void(0);{{ end }}">
<g transform="matrix(0.94832872,0,0,0.94832872,-14.890385,-713.8633)">
<path transform="matrix(0.10710526,0,0,-0.10710526,64.290535,984.87746)"
d="M 796,1359 C 634,1335 497,1278 420,1201 361,1142 344,1111 319,1013 239,699 413,295 683,166 795,113 891,95 1060,95 c 120,1 159,4 225,23 109,31 208,81 280,141 183,151 318,456 302,682 -16,235 -202,375 -557,418 -99,13 -429,12 -514,0 z"