Skip to content
Commits on Source (2)
......@@ -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>
......