Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop trailing /
· d2afd1f9
Chris Lamb
authored
May 23, 2018
d2afd1f9
Add favicon.
· 3d2189e1
Chris Lamb
authored
May 23, 2018
3d2189e1
Hide whitespace changes
Inline
Side-by-side
_includes/head.html
View file @
3d2189e1
...
...
@@ -3,7 +3,8 @@
<title>
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
</title>
<meta
name=
"description"
content=
"{{ site.description }}"
>
<link
rel=
"canonical"
href=
"{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"
>
<link
rel=
"vcs-git"
href=
"https://salsa.debian.org/reproducible-builds/reproducible-website.git/"
title=
"Git repository"
/>
<link
rel=
"vcs-git"
href=
"https://salsa.debian.org/reproducible-builds/reproducible-website.git"
title=
"Git repository"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{{ "
/
images
/
favicon.png
"
|
prepend:
site.baseurl
}}?{{
site.time
|
date:
'%
s
%
N
'
}}"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
images/favicon.png
0 → 100644
View file @
3d2189e1
2.61 KiB