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
Nicholas J Anderson
whats-open
Commits
6f3a7cf6
Commit
6f3a7cf6
authored
Oct 27, 2013
by
Renfred Harper
Browse files
Move head contents to head.html
parent
8ef1e872
Changes
2
Hide whitespace changes
Inline
Side-by-side
whats_open/templates/base.html
View file @
6f3a7cf6
<html>
{% block head %}
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"{{ STATIC_URL }}css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ STATIC_URL }}css/style.css"
rel=
"stylesheet"
>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://www.datejs.com/build/date.js"
></script>
<script
src=
"{{ STATIC_URL }}js/bootstrap.min.js"
></script>
<script
src=
"{{ STATIC_URL }}js/grid.js"
></script>
<script
src=
"{{ STATIC_URL }}js/typeAhead.js"
></script>
<script
src=
"{{ STATIC_URL }}js/info.js"
></script>
<script
src=
"{{ STATIC_URL }}js/about.js"
></script>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}/img/gmu-logo.ico"
>
{% block title %}
<title>
What's Open
</title>
{% endblock %}
{% include 'head.html' %}
</head>
{% endblock %}
<body>
...
...
whats_open/templates/head.html
0 → 100644
View file @
6f3a7cf6
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}/img/gmu-logo.ico"
>
<link
href=
"{{ STATIC_URL }}css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ STATIC_URL }}css/style.css"
rel=
"stylesheet"
>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://www.datejs.com/build/date.js"
></script>
<script
src=
"{{ STATIC_URL }}js/bootstrap.min.js"
></script>
<script
src=
"{{ STATIC_URL }}js/grid.js"
></script>
<script
src=
"{{ STATIC_URL }}js/typeAhead.js"
></script>
<script
src=
"{{ STATIC_URL }}js/info.js"
></script>
<script
src=
"{{ STATIC_URL }}js/about.js"
></script>
{% block title %}
<title>
What's Open
</title>
{% endblock %}
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