diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-04-03 15:13:22 +0200 |
---|---|---|
committer | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-04-03 15:13:22 +0200 |
commit | dc9f453adfa9dcd8357bb272fe35558bd4ebd1b3 (patch) | |
tree | 7c25be9d24125b8f733d0c4aabad03c505276399 /templates | |
parent | 888341ed3b83c82135a004e117c2e13660671fa6 (diff) | |
download | cph-rust-website-dc9f453adfa9dcd8357bb272fe35558bd4ebd1b3.zip |
Change URL paths for GitHub Pages
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |