fix path to assets

This commit is contained in:
mx 2019-01-28 22:51:51 +01:00
parent bf0f5f5bce
commit c8e49f331f

View File

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