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
Anthony
memopol
Commits
6aa9eefa
Commit
6aa9eefa
authored
Sep 11, 2016
by
Nicolas Joyard
Browse files
Optimize page speed a bit (#151)
parent
576372c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
6aa9eefa
...
...
@@ -10,24 +10,24 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"icon"
type=
"image/png"
href=
"{% static 'images/favicon.png' %}"
/>
<!-- Set the viewport width to device width for mobile -->
<meta
name=
"viewport"
content=
"width=device-width"
/>
<title>
{% block title %}Home - Political Memory{% endblock %}
</title>
<title>
{% block title %}Home - Political Memory{% endblock %}
</title>
<link
rel=
"icon"
type=
"image/png"
href=
"{% static 'images/favicon.png' %}"
/>
{% fontawesome_stylesheet %}
{% load compress %}
{% compress css %}
<link
rel=
"stylesheet"
href=
"{% static 'css/bootstrap.min.css' %}"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{% static 'libs/flag-icon-css/css/flag-icon.min.css' %}"
type=
"text/css"
/>
{% load compress %}
{% compress css %}
<link
rel=
"stylesheet"
href=
"{% static 'css/custom.css' %}"
type=
"text/css"
/>
{% endcompress %}
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static 'libs/jquery/dist/jquery.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/bootstrap.js' %}"
></script>
{% endcompress %}
<script
type=
"text/javascript"
src=
"{% static 'libs/jquery/dist/jquery.min.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
{{ position_form.media }}
...
...
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