summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanja Cosic <1070957+vanjacosic@users.noreply.github.com>2023-04-03 15:13:22 +0200
committerVanja Cosic <1070957+vanjacosic@users.noreply.github.com>2023-04-03 15:13:22 +0200
commitdc9f453adfa9dcd8357bb272fe35558bd4ebd1b3 (patch)
tree7c25be9d24125b8f733d0c4aabad03c505276399
parent888341ed3b83c82135a004e117c2e13660671fa6 (diff)
downloadcph-rust-website-dc9f453adfa9dcd8357bb272fe35558bd4ebd1b3.zip
Change URL paths for GitHub Pages
-rw-r--r--config.toml2
-rw-r--r--templates/base.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 0a2fda2..d92185a 100644
--- a/config.toml
+++ b/config.toml
@@ -8,6 +8,6 @@ highlight_code = true
[extra]
menu = [
{ title = 'Meetup.com ', url = 'https://www.meetup.com/copenhagen-rust-community/' },
- { title = 'Event archive', url = '/events' },
+ { title = 'Event archive', url = './events' },
{ title = 'Discord chat', url = 'https://discord.gg/UegkuMmtpN' },
]
diff --git a/templates/base.html b/templates/base.html
index e045191..14f1c8e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🦀</text></svg>" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="/styles.css">
+ <link rel="stylesheet" href="./styles.css">
</head>
<body>
@@ -15,7 +15,7 @@
<header>
<nav>
<img class="logo" src="cph-rs-ferris.png">
- <a href="/">
+ <a href="./">
<h1>Copenhagen Rust Community</h1>
</a>
</nav>