diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/head.html | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3dd4906..16ef380 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,10 +13,9 @@    <meta property="og:url" content="{{ .Permalink }}">    <link rel="stylesheet" type="text/css" href="/css/styles.css"> -    {{ if eq .Section "blog" }}      <link rel="stylesheet" type="text/css" href="/css/blog.css"> -  {{ else }} +  {{ else if eq .Kind "home" }}      <link rel="stylesheet" type="text/css" href="/css/home.css">    {{ end }} |