<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ {% assign ts = 'now' | date: "%s" %}
<title>{{ site.name }}{% if page.title != 'index' %} > {{ page.title }}{% endif %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=no">
- <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
- <link rel="stylesheet" href="{{ site.baseurl }}/css/marx.css">
- <link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css?t={{ ts }}">
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/marx.css?t={{ ts }}">
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/main.css?t={{ ts }}">
</head>
<body>