We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4173d68 commit dfd57bdCopy full SHA for dfd57bd
.github/workflows/hugo.yaml
@@ -69,7 +69,7 @@ jobs:
69
hugo \
70
--gc \
71
--minify \
72
- --baseURL "${{ steps.pages.outputs.base_url }}/rusty-typewriter" \
+ --baseURL "${{ steps.pages.outputs.base_url }}/" \
73
--cacheDir "${{ runner.temp }}/hugo_cache"
74
- name: Cache Save
75
id: cache-save
layouts/partials/header.html
@@ -1,6 +1,6 @@
1
<div role="navigation" aria-label="Main">
2
<div class="nav-left">
3
- <a href="/" style="color: inherit;">{{- site.Title -}}</a>
+ <a href="{{- site.Params.baseURL -}}" style="color: inherit;">{{- site.Title -}}</a>
4
</div>
5
<div class="nav-right">
6
<div id="nav-dropdown-menu" class="hidden" href="#">
0 commit comments