update footer, pagination links, syntax page link

This commit is contained in:
byte[] 2019-11-29 18:54:05 -05:00
parent 5c5535d887
commit e91154e3c3
5 changed files with 6 additions and 6 deletions

View file

@ -73,7 +73,7 @@
}, },
{ {
"title": "Donations", "title": "Donations",
"url": "/donations", "url": "/pages/donations",
"bold": true "bold": true
}, },
{ {

View file

@ -18,7 +18,7 @@ header.header
i.fa-embedded--search i.fa-embedded--search
a.header__search__button href="/search/reverse" title="Search using an image" a.header__search__button href="/search/reverse" title="Search using an image"
i.fa-embedded--camera i.fa-embedded--camera
a.header__search__button href="/search/syntax" title="Search syntax help" a.header__search__button href="/pages/search_syntax" title="Search syntax help"
i.fa-embedded--help i.fa-embedded--help
.flex.flex--centered.flex--no-wrap.header__force-right .flex.flex--centered.flex--no-wrap.header__force-right

View file

@ -5,7 +5,7 @@
nav.pagination nav.pagination
= if not first_page?(@page) do = if not first_page?(@page) do
= link("« First", to: first_page_path(@page, @route, params)) = link("« First", to: first_page_path(@page, @route, params))
= link(" Prev", to: prev_page_path(@page, @route, params)) = link(" Prev", to: prev_page_path(@page, @route, params), class: "js-prev")
= if left_gap?(@page) do = if left_gap?(@page) do
span.page.gap span.page.gap
@ -24,7 +24,7 @@
' … ' …
= if not last_page?(@page) do = if not last_page?(@page) do
= link("Next ", to: next_page_path(@page, @route, params)) = link("Next ", to: next_page_path(@page, @route, params), class: "js-next")
= if last do = if last do
= link("Last »", to: last_page_path(@page, @route, params)) = link("Last »", to: last_page_path(@page, @route, params))

View file

@ -61,7 +61,7 @@ h1 Search
.hidden.walloftext data-search-help="date" .hidden.walloftext data-search-help="date"
strong.js-search-help-subject> strong.js-search-help-subject>
' is a date/time field. It accepts a ' is a date/time field. It accepts a
a href="search/syntax#date-range" tweaked subset of the ISO 8601 standard a href="/pages/search_syntax#date-range" tweaked subset of the ISO 8601 standard
| , as well as relative dates | , as well as relative dates
code< code<
| (X minutes/hours/days/months/years ago) | (X minutes/hours/days/months/years ago)

View file

@ -7,7 +7,7 @@ h1 Tags
.fieldlabel .fieldlabel
' For more information, see the ' For more information, see the
a href="/search/syntax" search syntax documentation a href="/pages/search_syntax" search syntax documentation
' . Wildcards are supported in all literal fields. ' . Wildcards are supported in all literal fields.
' Search results are sorted by image count, then by name alphabetically. ' Search results are sorted by image count, then by name alphabetically.