mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
Append cache busting timestamp to all local assets
This commit is contained in:
@@ -3,7 +3,7 @@ layout: default
|
||||
---
|
||||
<header class="site-header">
|
||||
<div class="site-header-container">
|
||||
<img class="site-avatar" src="{{ "/img/jimeh-4.2.0.jpg" | prepend: site.baseurl }}">
|
||||
<img class="site-avatar" src="{{ "/img/jimeh-4.2.0.jpg" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
|
||||
<span class="content">
|
||||
<span class="site-title">
|
||||
<span class="site-name">{{ site.author.name }}</span>
|
||||
|
||||
Reference in New Issue
Block a user