Skip to content

Commit 2a57eba

Browse files
committed
Ok actually use v 2.6.0, just fix the tailwind css for the main menu
1 parent 9306de0 commit 2a57eba

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode/
22
resources/
3+
public/

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kevinlinxc/stemformulas.com
22

3-
go 1.19
3+
go 1.20
44

55
// 2.6.0 breaks the main menu css for some reason
6-
require github.com/jpanther/congo/v2 v2.5.4 // indirect
6+
require github.com/jpanther/congo/v2 v2.6.0 // indirect

layouts/partials/functions/warnings.html

Whitespace-only changes.

layouts/partials/header/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ul class="flex list-none flex-col ltr:text-right rtl:text-left sm:flex-row">
1111
{{ if .Site.Menus.main }}
1212
{{ range .Site.Menus.main }}
13-
<li class="mb-1 sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
13+
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
1414
<a
1515
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
1616
href="{{ .URL }}"

0 commit comments

Comments
 (0)