fix css link

This commit is contained in:
Pat Dryburgh 2018-07-31 09:24:08 -07:00
parent 649764eda4
commit 10c8ea593d

View File

@ -8,7 +8,7 @@
<title>{{ site.title }} &mdash; {{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | prepend: site.baseurl | apend: site.time }}">
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
</head>
<body>