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
Simon Daron
panikweb
Commits
09b50c29
Commit
09b50c29
authored
Nov 12, 2013
by
fred
Browse files
merge css and js files
parent
8b4da3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/base.html
View file @
09b50c29
{% load paniktags fiber_tags %}
<!DOCTYPE html>
{% load paniktags fiber_tags
compress
%}
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
/>
...
...
@@ -14,18 +14,22 @@
<link
rel=
"alternate"
type=
"application/rss+xml"
href=
"{% url 'atom-feed' %}"
title=
"News atom feed"
>
<link
rel=
"alternate"
type=
"application/rss+xml"
href=
"{% url 'podcasts-feed' %}"
title=
"Podcast sounds"
>
{% compress css %}
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/reset.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}font-awesome/css/font-awesome.min.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/type.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/general.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/specifics.css"
type=
"text/css"
/>
{% endcompress %}
{% compress js %}
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery-1.10.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery-ui-1.10.3.custom.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery.scrollTo-1.4.3.1-min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/audioPlayer.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/konami.js"
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/specifics.js"
></script>
{% endcompress %}
{% block head %}{% endblock %}
{% block extrascripts %}{% 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