-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with
genesis
: adaca00: Fix bug in footer.html
. Update `sec…
…tion` layout. Make `header` transparent.
- Loading branch information
1 parent
143feea
commit 82c6052
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
run: sudo apt install node-typescript -y | ||
|
||
- name: Install Pagine | ||
run: go install github.com/webpagine/pagine/v2/cmd/[email protected].0 | ||
run: go install github.com/webpagine/pagine/v2/cmd/[email protected].1 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule genesis
updated
3 files
+30 −0 | css/base.css | |
+2 −0 | css/header.css | |
+1 −1 | templates/footer.html |