mirror of https://github.com/luizdepra/hugo-coder.git

John Tobin
23.17.2019 87879a726ac03f6689904ca36263f7d53d1ba31f
refs
author John Tobin <johntobin@johntobin.ie>
Tuesday, April 23, 2019 15:17 +0200
committer Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Tuesday, April 23, 2019 15:17 +0200
commit87879a726ac03f6689904ca36263f7d53d1ba31f
tree dc2602527c0ee2ad7e2ddf9fc571b38c3fba276a tree | zip | gz
parent b53505820437ff778ab724d7f751ee003811ff7e view | diff
Replace deprecated .Hugo with hugo. (#171)

* Add trailing slash to remove redirects.

When you request /tags/foo, the web server will redirect you to
/tags/foo/ so the browser needs to make two requests. Add the trailing
slash in the link so that only one request is needed.

* Add trailing slash to remove redirects.

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Add John Tobin.

* Replace deprecated .Hugo with hugo.

Hugo 0.55 deprecates .Hugo and produces this warning:
"Page's .Hugo is deprecated and will be removed in a future release.
Use the global hugo function."

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Update minimum required version.
3 files modified
8 ■■■■ changed files
layouts/_default/baseof.html 2 ●●● diff | view | raw | blame | history
netlify.toml 4 ●●●● diff | view | raw | blame | history
theme.toml 2 ●●● diff | view | raw | blame | history