summaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
commited3ce3ec850b416d449c32f000467c83cbe2fe20 (patch)
tree4e49c5f4e357d657741efae2e4f1f5875e487c88 /templates/main.html
parentInitial commit with previous content and a minimal theme (diff)
Various fixes related to absolute URLs
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html
index 1e5ae50..0a6e3f8 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css">
<link rel="stylesheet" href="https://edwardtufte.github.io/et-book/et-book.css">
- <link rel="stylesheet" href="/style/main.css">
+ <link rel="stylesheet" href="https://soap.coffee/~lthms/style/main.css">
</head>
<body id="default">
<!-- your page content will be inserted here,