diff --git a/CHANGELOG.md b/CHANGELOG.md index 045f68b6e8..ebccb1079c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,7 +74,7 @@ ### Fixes -- [**bug**] children: remove superflous text ".LinkTitle" [#942](https://github.com/McShelby/hugo-theme-relearn/issues/942) +- [**bug**] children: remove superfluous text ".LinkTitle" [#942](https://github.com/McShelby/hugo-theme-relearn/issues/942) --- diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml index 01f7a1c5c6..4cf433d2ac 100644 --- a/docs/config/_default/params.toml +++ b/docs/config/_default/params.toml @@ -17,7 +17,7 @@ linkTitle = 'Relearn' # The author of your site. # Default: not set -# This will be used in HTML meta tags, the opengraph protocol and twitter +# This will be used in HTML meta tags, the open graph protocol and twitter # cards. # You can also set `author.email` if you want to publish this information. author.name = 'Sören Weber' diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 42223e7f47..98750ee754 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+cf1fb446dd456655648d0ec2ccc8ae88c56e98d7 \ No newline at end of file +7.3.2+a8dfe51e9dfc6443734ddf0a0f1efe36e4aaa6f3 \ No newline at end of file diff --git a/static/js/auto-complete.js b/static/js/auto-complete.js index b75966b5c1..b8ea327288 100644 --- a/static/js/auto-complete.js +++ b/static/js/auto-complete.js @@ -92,7 +92,7 @@ var autoComplete = (function(){ pageXOffset = window.pageXOffset || document.documentElement.scrollLeft; pageYOffset = window.pageYOffset || document.documentElement.scrollTop; } - // Is this really the job of the tool or should it be defered to the user? + // Is this really the job of the tool or should it be deferred to the user? // that.sc.style.left = Math.round(rect.left + pageXOffset + o.offsetLeft - parentOffsetLeft) + 'px'; // that.sc.style.top = Math.round(rect.bottom + pageYOffset + o.offsetTop - parentOffsetTop) + 'px'; // that.sc.style.width = Math.round(rect.right - rect.left) + 'px'; // outerWidth diff --git a/static/js/search.js b/static/js/search.js index cb86edf77a..ff8d2b830d 100644 --- a/static/js/search.js +++ b/static/js/search.js @@ -152,7 +152,7 @@ function search(term) { function searchPatterns(word) { // for short words high amounts of typos doesn't make sense - // for long words we allow less typos because this largly increases search time + // for long words we allow less typos because this largely increases search time var typos = [ { len: -1, typos: 1 }, { len: 60, typos: 2 },