Skip to content

Commit bafa0cd

Browse files
committed
no longer need duplicate title property with new version of core
1 parent 5a81d8b commit bafa0cd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

content/faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
Name = "FAQ"
3-
Title = "FAQ"
43
Categories = ["Resources"]
54
+++
65

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cogentcore/cogentcore.github.io
22

33
go 1.23.4
44

5-
require cogentcore.org/core v0.3.12
5+
require cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b
66

77
require (
88
github.com/Bios-Marcel/wastebasket/v2 v2.0.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cogentcore.org/core v0.3.12 h1:wniqGY3wB+xDcJ3KfobR7VutWeiZafSQkjnbOW4nAXQ=
2-
cogentcore.org/core v0.3.12/go.mod h1:Bwg3msVxqnfwvmQjpyJbyHMeox3UAcBcBitkGEdSYSE=
1+
cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b h1:tU7qgAArL2VmAFghD6t8KfPUAzveTX5loP3+Dp4Vq90=
2+
cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b/go.mod h1:8zfSRZhuM/4OTMt8i1Q8W0P2VcD1riw2AgEQNmv8wHQ=
33
github.com/Bios-Marcel/wastebasket/v2 v2.0.3 h1:TkoDPcSqluhLGE+EssHu7UGmLgUEkWg7kNyHyyJ3Q9g=
44
github.com/Bios-Marcel/wastebasket/v2 v2.0.3/go.mod h1:769oPCv6eH7ugl90DYIsWwjZh4hgNmMS3Zuhe1bH6KU=
55
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=

0 commit comments

Comments
 (0)