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>2018-10-21 17:49:17 +0300
committerGitHub <noreply@github.com>2018-10-21 17:49:17 +0300
commita21dfb34f1698b1b08a1b7c4627dbff7457b2b47 (patch)
treef8811991eba0be7c9e3a9882cbbd04f2a1b91a6d /layouts/partials/head.html
parent7730aa096f94e45a402f612c5fb492b05b2fb62e (diff)
parente314c1c5eaa6ac268d834e7523c151d282404b51 (diff)
Merge pull request #29 from AngeloStavrow/27-static-files-expect-root-directory
Move @font-face declarations to partial file (closes #27)
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2f534bd..b02bdf6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -20,6 +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="{{ .Site.BaseURL }}css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> \ No newline at end of file