[Git][reproducible-builds/diffoscope-website][master] 2 commits: Use ?{{ site.time | date: '%s%N' }} suffixes to cachebust external media.
Chris Lamb
gitlab at salsa.debian.org
Fri May 18 16:15:10 CEST 2018
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
88e1e74d by Chris Lamb at 2018-05-18T16:14:09+02:00
Use ?{{ site.time | date: '%s%N' }} suffixes to cachebust external media.
- - - - -
8b6966d5 by Chris Lamb at 2018-05-18T16:14:45+02:00
Don't reference Debian and update url to reproducible-builds.org.
- - - - -
1 changed file:
- index.html
Changes:
=====================================
index.html
=====================================
--- a/index.html
+++ b/index.html
@@ -6,10 +6,10 @@ layout: default
<head>
<meta charset="utf-8">
<title>diffoscope: in-depth comparison of files, archives, and directories</title>
- <link rel="icon" type="image/png" href="favicon.ico" />
+ <link rel="icon" type="image/png" href="favicon.ico?{{ site.time | date: '%s%N' }}" />
<style>
body {
- background: white no-repeat 20px 20px url(images/logo.png);
+ background: white no-repeat 20px 20px url(images/logo.png?{{ site.time | date: '%s%N' }});
margin-left: 350px;
}
h1 {
@@ -58,13 +58,13 @@ layout: default
<div id="examples">
<div style="width: 438px;">
<a href="examples/https-everywhere-5.0.6_vs_5.0.7.html">
- <img src="images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png" alt="Example of diffoscope HTML output" /><br />
+ <img src="images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png?{{ site.time | date: '%s%N' }}" alt="Example of diffoscope HTML output" /><br />
Firefox extensions compared (HTML output)
</a>
</div>
<div style="width: 443px;">
<a href="examples/igerman98_20131206-5.txt">
- <img src="images/igerman98_20131206-5.thumbnail.png" alt="Example of diffoscope text output" /><br />
+ <img src="images/igerman98_20131206-5.thumbnail.png?{{ site.time | date: '%s%N' }}" alt="Example of diffoscope text output" /><br />
Debian packages compared (text output)
</a>
</div>
@@ -113,7 +113,7 @@ layout: default
</ul>
<h2>Contribute</h2>
<p>
- <em>diffoscope</em> is developed within the <a href="https://wiki.debian.org/ReproducibleBuilds">Debian “Reproducible builds” effort</a>.
+ <em>diffoscope</em> is developed within the <a href="https://reproducible-builds.org/">“Reproducible builds” effort</a>.
</p>
<ul>
<li><a href="https://salsa.debian.org/reproducible-builds/diffoscope">Git repository</a></li>
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/compare/8a965a18a7bf58460b23b3eb670d028d0394575f...8b6966d55b07060f2a6cbcb763c488e54a3b6a87
---
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/compare/8a965a18a7bf58460b23b3eb670d028d0394575f...8b6966d55b07060f2a6cbcb763c488e54a3b6a87
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180518/69b989e0/attachment.html>
More information about the rb-commits
mailing list