Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
5f767ca2
Commit
5f767ca2
authored
Oct 16, 2016
by
Daniel W Bond
Browse files
the ordering of tags in <head> matters for the viewport to actually work for mobile
parent
2769ea72
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/layouts/base.html
View file @
5f767ca2
...
...
@@ -3,15 +3,18 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"Find your on campus neighbors"
>
{% load staticfiles %}
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<!-- The above 3 meta tags *must* come first in the head;
any other head content must come *after* these tags -->
<link
rel=
"icon"
href=
"/static/img/favicon.ico"
>
<title>
{% block title %} {% endblock %}
</title>
<meta
name=
"description"
content=
"Find your on campus neighbors"
>
{% load staticfiles %}
<link
href=
"/static/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/css/style.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/css/font-awesome.min.css"
rel=
"stylesheet"
>
{% block css %}
{% endblock css %}
<link
rel=
"icon"
href=
"/static/img/favicon.ico"
>
<title>
{% block title %} {% endblock %}
</title>
<!-- Facebook -->
{% block og_metadata %}
<meta
property=
"og:title"
content=
"SRCT Roomlist"
/>
...
...
Write
Preview
Markdown
is supported
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