mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fixing typos #581
This commit is contained in:
parent
555f609dd2
commit
77ed3f431a
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ other = "Attachments"
|
||||||
other = "Not found"
|
other = "Not found"
|
||||||
|
|
||||||
[message-404]
|
[message-404]
|
||||||
other = "Woops. Looks like this page doesn't exist ¯\\_(ツ)_/¯."
|
other = "Whoops. Looks like this page doesn't exist ¯\\_(ツ)_/¯."
|
||||||
|
|
||||||
[Go-to-homepage]
|
[Go-to-homepage]
|
||||||
other = "Go to homepage"
|
other = "Go to homepage"
|
||||||
|
|
|
@ -32,7 +32,7 @@ other = "Attachments"
|
||||||
other = "Not found"
|
other = "Not found"
|
||||||
|
|
||||||
[message-404]
|
[message-404]
|
||||||
other = "Woops. Looks like this plank doesn't exist ¯\\_(ツ)_/¯."
|
other = "Whoops. Looks like this plank doesn't exist ¯\\_(ツ)_/¯."
|
||||||
|
|
||||||
[Go-to-homepage]
|
[Go-to-homepage]
|
||||||
other = "Go t' homeplank"
|
other = "Go t' homeplank"
|
||||||
|
|
|
@ -71,7 +71,7 @@ function triggerSearch(){
|
||||||
}
|
}
|
||||||
|
|
||||||
window.addEventListener( 'popstate', function ( event ){
|
window.addEventListener( 'popstate', function ( event ){
|
||||||
// restart search if browsed thru history
|
// restart search if browsed through history
|
||||||
if( event.state ){
|
if( event.state ){
|
||||||
var state = window.history.state || {};
|
var state = window.history.state || {};
|
||||||
state = Object.assign( {}, ( typeof state === 'object' ) ? state : {} );
|
state = Object.assign( {}, ( typeof state === 'object' ) ? state : {} );
|
||||||
|
|
Loading…
Reference in a new issue