File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed
site/themes/arangodb-docs-theme/layouts/partials Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 6060
6161
6262< span class ="prev ">
63- {{ with $prev }}
64- {{- if eq (len .Ancestors) 1 }}
65- < a class ="nav nav-prev link " href ="" title ="">
66- </ a >
67- {{ else }}
68- < a class ="nav nav-prev link " href ="{{ .RelPermalink }} ">
69- < i class ="fas fa-chevron-left fa-fw "> </ i > < p > {{.Params.menuTitle | markdownify }}</ p > </ a >
70- {{- end}}
71- {{ end }}
72-
63+ {{- with $prev }}
64+ {{- if ne (len .Ancestors) 1 }}
65+ < a class ="nav nav-prev link " href ="{{ .RelPermalink }} ">
66+ < i class ="fas fa-chevron-left fa-fw "> </ i > < p > {{ .Params.menuTitle | markdownify }}</ p > </ a >
67+ {{- end}}
68+ {{- end }}
7369</ span >
7470
7571< span class ="next ">
76- {{ with $next }}
77- < a class ="nav nav-next link " href ="{{ .RelPermalink }} ">
78- < p > {{.Params.menuTitle | markdownify }}</ p > < i class ="fas fa-chevron-right fa-fw "> </ i > </ a >
79- {{- end }}
72+ {{- with $next }}
73+ < a class ="nav nav-next link " href ="{{ .RelPermalink }} ">
74+ < p > {{ .Params.menuTitle | markdownify }}</ p > < i class ="fas fa-chevron-right fa-fw "> </ i > </ a >
75+ {{- end }}
8076</ span >
You can’t perform that action at this time.
0 commit comments