Added cachebusting
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.1.0/milligram.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/zenburn.min.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/main.css?{{moment date 'YYYYMMDDHHMM'}}">
|
||||
<link rel="canonical" href="{{ site.url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.url }}/feed.xml">
|
||||
</head>
|
@@ -13,7 +13,7 @@
|
||||
|
||||
<section class="header">
|
||||
<div id="logo">
|
||||
<img src="/images/marcus.jpg" />
|
||||
<img src="/images/marcus.jpg?{{moment date 'YYYYMMDDHHMM'}}" />
|
||||
<h1>Marcus Noble</h1>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user