diff options
author | Alan Pearce | 2020-01-10 19:57:53 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-10 19:57:53 +0100 |
commit | cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84 (patch) | |
tree | 22c02e0642ca4055a768cc8f1ebff95741c273dc /themes/xmin/layouts/partials/header.html | |
parent | eea42a5b1b05fbbdc9f33df41576de0232fcbd4d (diff) | |
parent | d5857f9dbecd498e341c8cb5d0866749c5c554c7 (diff) | |
download | website-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.tar.lz website-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.tar.zst website-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.zip |
Merge commit 'd5857f9dbecd498e341c8cb5d0866749c5c554c7'
Diffstat (limited to 'themes/xmin/layouts/partials/header.html')
-rw-r--r-- | themes/xmin/layouts/partials/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/xmin/layouts/partials/header.html b/themes/xmin/layouts/partials/header.html index 4f431eb..b3dbf64 100644 --- a/themes/xmin/layouts/partials/header.html +++ b/themes/xmin/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> |