Skip to content

Commit 83947ce

Browse files
committed
Update theme to fix issues with Hugo >=0.94
1 parent fc9d1c3 commit 83947ce

File tree

4 files changed

+7
-143
lines changed

4 files changed

+7
-143
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: '0.75.1'
20+
hugo-version: '0.101'
2121
- name: Build manual
2222
run: make build
2323
- name: Deploy manual

page/config/_default/params.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ showVisitedLinks: true
66
disableInlineCopyToClipBoard: true
77
#disableAssetsBusting: true
88
currentIsotopeVersion: '2.7'
9+
disableLandingPageButton: true

page/layouts/partials/menu.html

Lines changed: 0 additions & 142 deletions
This file was deleted.

page/static/css/theme-isotope.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,3 +465,8 @@ option {
465465
font-size: 14px;
466466
color: white;
467467
}
468+
469+
/* Remove hr introduced in theme update */
470+
#prefooter > hr {
471+
display: none;
472+
}

0 commit comments

Comments
 (0)