Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-08-31 13:20:38 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-08-31 13:20:38 +0300
commit857860ad82bc1debaaecbb44bbd74da6987a2ecc (patch)
treeeb49810d1ed72c8a0e0bf3c76d3c42851233210a /layouts/partials/head.html
parent7ca58e51b92ac03c4aa8d5e09c5def2f4390c636 (diff)
Move fonts.css to /static/css
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b5fe1a5..b6aab03 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -20,7 +20,7 @@
<!-- IndieAuth endpoint -->
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<!-- Other stuff to make the site work -->
- <style type="text/css">{{ partial "fonts.css" . | safeCSS }}</style>
+ <link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="/css/style.css" />
{{ if (fileExists "/static/css/custom.css") -}}
<link rel="stylesheet" href="/css/custom.css" />