summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jespersen <laumann.thomas@gmail.com>2016-01-15 15:47:51 +0100
committerThomas Jespersen <laumann.thomas@gmail.com>2016-01-15 15:47:51 +0100
commitc0010b26744d1c711c7620321d9ba69cd3996bf4 (patch)
tree5751a3aa20b32d2d78b44a40fda6221b39eab6d0
parentb3363e31b21f8740146babebab316fde99d3a10f (diff)
downloadcph.rs-master.zip
Use relative paths for css, not absolute onesHEADmaster
-rw-r--r--_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 5c7e3aa..2d69a23 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Rust, Rust programming language, rustlang, rust-lang, Mozilla Rust, Copenhagen">
<meta name="description" content="A group of people interested in the Rust programming language, based in Copenhagen.">
- <link rel="stylesheet" href="/css/bootstrap.css">
- <link rel="stylesheet" href="/css/style.css">
+ <link rel="stylesheet" href="css/bootstrap.css">
+ <link rel="stylesheet" href="css/style.css">
</head>
<style>