fix paths of assets

This commit is contained in:
mx 2019-01-29 09:26:05 +01:00
parent c8e49f331f
commit 7794814b45

View File

@ -6,14 +6,14 @@
<link rel="canonical" href="{{ .Permalink }}" />
<!-- Theme CSS -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/assets/style.css">
<link rel="stylesheet" href="{{ $.Site.BaseURL }}/assets/style.css">
<!-- Custom CSS to override theme properties (/static/style.css) -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/style.css">
<link rel="stylesheet" href="{{ $.Site.BaseURL }}/style.css">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/img/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ $.Site.BaseURL }}/img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="{{ $.Site.BaseURL }}/img/favicon.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />