Skip to content

Commit dfd57bd

Browse files
committed
fix: unbreaking baseURL things
1 parent 4173d68 commit dfd57bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
hugo \
7070
--gc \
7171
--minify \
72-
--baseURL "${{ steps.pages.outputs.base_url }}/rusty-typewriter" \
72+
--baseURL "${{ steps.pages.outputs.base_url }}/" \
7373
--cacheDir "${{ runner.temp }}/hugo_cache"
7474
- name: Cache Save
7575
id: cache-save

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div role="navigation" aria-label="Main">
22
<div class="nav-left">
3-
<a href="/" style="color: inherit;">{{- site.Title -}}</a>
3+
<a href="{{- site.Params.baseURL -}}" style="color: inherit;">{{- site.Title -}}</a>
44
</div>
55
<div class="nav-right">
66
<div id="nav-dropdown-menu" class="hidden" href="#">

0 commit comments

Comments
 (0)