Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-website
Commits
105725bb
Commit
105725bb
authored
Jul 05, 2019
by
Jonathan Carter
Browse files
readd pages
parent
05d38378
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/aims-desktop/layouts/partials/footer.html
View file @
105725bb
{{ if .IsPage }}
{{ if .
Prev | or .Next
}}
{{ if .
NextPage | or .PrevPage
}}
<nav
class=
"pagination"
aria-label=
"Footer"
>
<div
class=
"previous"
>
{{ if .
Prev
}}
<a
href=
"{{ .
Prev
.Permalink }}"
title=
"{{ .
Prev
.Title }}"
>
{{ if .
NextPage
}}
<a
href=
"{{ .
NextPage
.Permalink }}"
title=
"{{ .
NextPage
.Title }}"
>
<span
class=
"direction"
>
Previous
</span>
...
...
@@ -13,7 +13,7 @@
</div>
<div
class=
"stretch"
>
<div
class=
"title"
>
{{ .
Prev
.Title }}
{{ .
NextPage
.Title }}
</div>
</div>
</div>
...
...
@@ -22,15 +22,15 @@
</div>
<div
class=
"next"
>
{{ if .
Next
}}
<a
href=
"{{ .
Next
.Permalink }}"
title=
"{{ .
Next
.Title }}"
>
{{ if .
PrevPage
}}
<a
href=
"{{ .
PrevPage
.Permalink }}"
title=
"{{ .
PrefPage
.Title }}"
>
<span
class=
"direction"
>
Next
</span>
<div
class=
"page"
>
<div
class=
"stretch"
>
<div
class=
"title"
>
{{ .
Next
.Title }}
{{ .
PrefPage
.Title }}
</div>
</div>
<div
class=
"button button-next"
role=
"button"
aria-label=
"Next"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment