Skip to content

Commit 6018e34

Browse files
committed
increase prominence of submit, main page edit
1 parent 29b635d commit 6018e34

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

config/_default/menus.en.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,22 @@
1616
weight = 10
1717

1818
[[main]]
19-
name = "tags"
20-
pageRef = "tags"
19+
name = "submit"
20+
pageRef = "submit"
2121
weight = 20
2222

2323
[[main]]
24-
name = "about"
25-
pageRef = "about"
24+
name = "tags"
25+
pageRef = "tags"
2626
weight = 30
2727

2828
[[main]]
29-
name = "submit"
30-
pageRef = "submit"
29+
name = "about"
30+
pageRef = "about"
3131
weight = 40
3232

33+
34+
3335
[[main]]
3436
name = "github"
3537
pageRef = "github"

layouts/partials/home/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<img src="logo.webp" alt="stemformulas logo" height="100" width="100" class="flex items-center justify-center relative mb-6">
99
<div class="text-center mb-10">
10-
<p>Welcome to stemformulas.com, a modern database for formulas!</p>
10+
<p>Welcome to stemformulas.com, a modern database for STEM formulas!</p>
1111
<p>Search for a formula or <a href="/submit">submit</a> a new one.</p>
1212
<!-- <p> Click on any formula to copy its LaTeX, and use "/" to search from anywhere!</p> -->
1313
</div>

0 commit comments

Comments
 (0)