Commit graph

13 commits

Author SHA1 Message Date
6ed6ff1a36 Ensure base path always starts and ends with /
The base path is an absolute path, so it should always start with /.
Whenever it is used, it must also always be followed by at least one /,
so baking that into the value makes sense. Finally, we can now
deduplicate the / in case the base path is the root.
2023-08-10 21:03:25 +02:00
5c8c037417 Move logo inside first nav <a> 2023-08-10 17:50:23 +02:00
13fed3d18e Add lang to html tag 2023-08-09 23:13:24 +02:00
724aed001f Add meta viewport tag 2023-08-09 22:32:08 +02:00
1eeee43f2c Add queue tab 2023-08-06 19:23:22 +02:00
b1db46a200 Fix underline of first nav bar link 2023-08-06 19:07:07 +02:00
90a446a576 Group base template parameters 2023-08-06 18:33:50 +02:00
7d314b98ae Remove placeholder links 2023-08-06 18:33:50 +02:00
965efa5b58 Add empty /commit/ page 2023-08-05 23:05:12 +02:00
755f23dbb9 Set page title properly 2023-08-05 21:33:46 +02:00
52e2d74b96 Make current tab bold 2023-08-05 21:17:46 +02:00
ed404f302e Style nav bar 2023-08-05 16:01:35 +02:00
e17483b4d6 Set up base template 2023-08-05 14:22:31 +02:00