Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diffoscope-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope-website
Commits
bccda6ea
Commit
bccda6ea
authored
5 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Use relative_url over prepend.
parent
eecfbaf6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_includes/sidebar.html
+1
-1
1 addition, 1 deletion
_includes/sidebar.html
_layouts/default.html
+6
-6
6 additions, 6 deletions
_layouts/default.html
feed.xml
+1
-1
1 addition, 1 deletion
feed.xml
index.md
+5
-5
5 additions, 5 deletions
index.md
with
13 additions
and
13 deletions
_includes/sidebar.html
+
1
−
1
View file @
bccda6ea
...
...
@@ -3,7 +3,7 @@
<div
class=
"sidebar-about"
>
<div
class=
"brand"
>
<a
href=
"{{ site.baseurl }}"
>
<img
src=
"{{ "
static
/
images
/
diffoscope.png
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
<img
src=
"{{ "
static
/
images
/
diffoscope.png
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
</a>
</div>
<h1>
...
...
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
6
−
6
View file @
bccda6ea
...
...
@@ -6,11 +6,11 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"referrer"
content=
"same-origin"
/>
<title>
{{ page.title }}
</title>
<link
href=
"{{ "
static
/
css
/
poole.css
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
/>
<link
href=
"{{ "
static
/
css
/
syntax.css
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
href=
"{{ "
static
/
css
/
hyde.css
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
href=
"{{ "
static
/
css
/
custom.css
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ site.title }}: {{ site.description }}"
href=
"{{ "
feed.xml
"
|
p
re
pend:
site.base
url
}}"
/>
<link
href=
"{{ "
static
/
css
/
poole.css
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
/>
<link
href=
"{{ "
static
/
css
/
syntax.css
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
href=
"{{ "
static
/
css
/
hyde.css
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
href=
"{{ "
static
/
css
/
custom.css
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
rel=
"stylesheet"
media=
"screen"
/>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ site.title }}: {{ site.description }}"
href=
"{{ "
feed.xml
"
|
re
lative_
url
}}"
/>
</head>
<body
class=
"theme-base-diffoscope"
>
...
...
@@ -24,7 +24,7 @@
<footer>
<p>
<a
href=
"https://reproducible-builds.org/"
>
<img
src=
"{{ "
static
/
images
/
reproducible-builds.svg
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
<img
src=
"{{ "
static
/
images
/
reproducible-builds.svg
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
</a>
</p>
...
...
This diff is collapsed.
Click to expand it.
feed.xml
+
1
−
1
View file @
bccda6ea
...
...
@@ -7,7 +7,7 @@ layout: null
<title>
{{ site.title | xml_escape }}
</title>
<description>
{{ site.description | xml_escape }}
</description>
<link>
{{ site.url }}{{ site.baseurl }}
</link>
<atom:link
href=
"{{ "
feed.xml"
|
p
re
pend:
site.base
url
|
prepend:
site.url
}}"
rel=
"self"
type=
"application/rss+xml"
/>
<atom:link
href=
"{{ "
feed.xml"
|
re
lative_
url
|
prepend:
site.url
}}"
rel=
"self"
type=
"application/rss+xml"
/>
<pubDate>
{{ site.time | date_to_rfc822 }}
</pubDate>
<lastBuildDate>
{{ site.time | date_to_rfc822 }}
</lastBuildDate>
{% for post in site.posts limit:10 %}
...
...
This diff is collapsed.
Click to expand it.
index.md
+
5
−
5
View file @
bccda6ea
...
...
@@ -31,19 +31,19 @@ You can try it now using Docker:
## Examples
[
]({{ "examples/https-everywhere-5.0.6_vs_5.0.7.html" |
p
re
pend: site.base
url }})
[
]({{ "examples/https-everywhere-5.0.6_vs_5.0.7.html" | re
lative_
url }})
[
Firefox extensions compared (HTML output)
](
{{
"examples/https-everywhere-5.0.6_vs_5.0.7.html"
|
p
re
pend: site.base
url }})
[
Firefox extensions compared (HTML output)
](
{{
"examples/https-everywhere-5.0.6_vs_5.0.7.html"
| re
lative_
url }})
[
]({{ "examples/igerman98_20131206-5.txt" |
p
re
pend: site.base
url }})
[
]({{ "examples/igerman98_20131206-5.txt" | re
lative_
url }})
[
Debian packages compared (text output)
](
{{
"/examples/igerman98_20131206-5.txt"
|
p
re
pend: site.base
url }})
[
Debian packages compared (text output)
](
{{
"/examples/igerman98_20131206-5.txt"
| re
lative_
url }})
…
and more
[
examples on tests.reproducible-builds.org
](
https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBR.html
)
.
## Demo
<img
src=
"{{ "
static
/
images
/
progressbar.gif
"
|
p
re
pend:
site.base
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
<img
src=
"{{ "
static
/
images
/
progressbar.gif
"
|
re
lative_
url
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
>
## Features
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment