about summary refs log tree commit diff stats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-10 19:57:53 +0100
committerAlan Pearce2020-01-10 19:57:53 +0100
commitd5857f9dbecd498e341c8cb5d0866749c5c554c7 (patch)
tree5cff905e9c834c0ca7baed5ef43e38643e97227e /layouts/partials/header.html
parent7befbf2f991e217aa4d52615f9f430cae30897f5 (diff)
downloadwebsite-d5857f9dbecd498e341c8cb5d0866749c5c554c7.tar.lz
website-d5857f9dbecd498e341c8cb5d0866749c5c554c7.tar.zst
website-d5857f9dbecd498e341c8cb5d0866749c5c554c7.zip
Squashed 'themes/xmin/' changes from 982dfb3..aa6eb5a
aa6eb5a Make post template microformats-compatible
217445a Support XFN
6365d4b Improve semanticity
ccbf84f Remove useless main tag
ee3e939 Show tags as article metadata
6394af8 Add support for alternative output formats (e.g. RSS)
b85fdab Remove non-semantic hr tags from layout
311e7f3 Make 404 page less shouty
773e2d4 Convert to block-based templates
791259e Alphabetically sort CSS properties
f61a5f2 Use ISO8601 date format
6d06143 Remove custom fonts

git-subtree-dir: themes/xmin
git-subtree-split: aa6eb5a51f3bdbc4e7c621d2a36701ef57ce0143
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4f431eb..b3dbf64 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>{{ .Title }} | {{ .Site.Title }}</title>
     <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
-    <link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />
     {{ partial "head_custom.html" . }}
   </head>