9161d4e50a
Update layouts/partials/page_header.html
2025-01-29 12:41:15 +01:00
63c8be48ed
Update layouts/partials/page_header.html
2025-01-29 12:39:44 +01:00
35208a128b
Update layouts/partials/page_header.html
2025-01-29 12:35:44 +01:00
af8d8ae554
Revert last change
2025-01-29 12:11:05 +01:00
d107186f6a
Another try to fix subpath navigation problem
2025-01-29 11:59:52 +01:00
e7b7063a65
another try fixing menu issue
2025-01-29 11:55:51 +01:00
5b188e8fcd
Another try to fix menu on subpath deployed sites
2025-01-29 11:50:01 +01:00
96f5b877c7
Revert changing navigation
2025-01-29 11:09:19 +01:00
a61c78495e
Fixed navigation when deployed to subpath
2025-01-29 11:05:27 +01:00
2226a0aa9f
Fixed switch to "home" when deploying to subpath
2025-01-29 10:40:09 +01:00
Stephan Hadan
6c5965e7ef
- deutsche Übersetzung
2025-01-28 10:21:58 +01:00
Stephan Hadan
a8e9812999
- eliminated 's in page_header.html
2025-01-28 10:17:29 +01:00
Dan Xin
558b8b4ae0
fix: migrate ".Site.Author" to ".Site.Params.Author" ( #17 )
...
* feat: migrate ".Site.Author" to ".Site.Params.Author"
* feat: update README
2024-11-08 14:16:58 -05:00
Ghyslain Leclerc
db12d07cb6
Using .URL in menu items instead of .Permalink
...
Using .Permalink was causing my site to not compile anymore with version 0.59.1
of Hugo. According to this issue on the Hugo Github repository:
https://github.com/gohugoio/hugo/issues/5868
in menus, .URL is not deprecated and can/should be kept.
2019-11-26 20:58:18 -05:00
Josh Johnson
e15be0e410
Uses correct URL accessor and removes use of deprecated .URL
2019-08-30 21:43:07 -04:00
Josh Johnson
a8a2b05461
Updates page header to show menu items if there are no rss
2019-08-18 00:33:39 -04:00
Josh Johnson
2fa06ec88b
Updates to support 0.57.2
2019-08-17 18:54:19 -04:00
Josh Johnson
85ddc72eb7
Adds check for required variable before rendering menu - Fix for #9
2018-11-15 10:54:42 -05:00
Ghyslain Leclerc
8262ab6f2d
Made the theme compatible with Hugo 0.18.
...
At least in Hugo 0.18 (I don't know for prior versions), the variables in the
templates are all set to lowercase even if they are not lowercase in the
config file.
For instance, for a configuration as follows:
[Author]
Handle = "bla"
the variable must be used as .Site.Author.handle and not .Site.Author.Handle.
2016-12-28 21:17:35 -05:00
Josh Johnson
f92932b947
initial commit
2016-02-19 23:35:42 -05:00