Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
François Boulogne
Respect My Net
Commits
170181cf
Commit
170181cf
authored
Mar 07, 2016
by
Okhin
Browse files
Adding favicon and opengraph variabales
parent
a455714d
Changes
3
Hide whitespace changes
Inline
Side-by-side
nnmon/static/img/favicon.ico
0 → 100644
View file @
170181cf
16.7 KB
nnmon/static/img/header_og.png
0 → 100644
View file @
170181cf
45.7 KB
nnmon/templates/base.html
View file @
170181cf
...
...
@@ -10,9 +10,23 @@
<meta
name=
"robots"
content=
"archive,index,follow"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<title>
{% block title %}[!] Respect My Net {% endblock %}
</title>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/static/img/favicon.ico"
/>
<link
rel=
"alternate"
type=
"application/atom+xml"
title=
"Atom feed"
href=
"{% url 'atom_output' %}"
/>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed"
href=
"{% url 'rss_output' %}"
/>
<link
rel=
"canonical"
href=
"{{ ROOT_URL }}"
/>
<meta
http-equiv=
"content-language"
content=
"{{LANGUAGE_CODE}}"
/>
<meta
property=
"og:type"
content=
"website"
/>
<meta
property=
"og:title"
content=
"[!] Respect My Net"
/>
<meta
property=
"og:description"
content=
"The Internet bugtracker to report cases of net neutrality violations."
/>
<meta
property=
"og:url"
content=
"https://respectmynet.eu/"
/>
<meta
property=
"og:site_name"
content=
"[!] Respect My Net"
/>
<meta
property=
"og:image"
content=
"/static/img/header_og.png"
/>
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:description"
content=
"The Internet bugtracker to report cases of net neutrality violations."
/>
<meta
name=
"twitter:title"
content=
"[!] Respect My Net"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:image"
content=
"/static/img/header_og.png"
/>
{% block rss %}
{% endblock %}
<link
rel=
"stylesheet"
type=
"text/css"
media=
"all"
href=
"/static/css/bootstrap.css"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment