Bust css cache

This commit is contained in:
Brandon Keepers
2017-08-04 12:13:11 -05:00
parent 85d4635adf
commit e1ade50172

View File

@@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<link rel="stylesheet" href="/assets/css/index.css?d={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/assets/css/syntax.css?d={{ site.time | date: '%s' }}">
{% seo %}
</head>
<body>