Trivial: format and cleanup

This commit is contained in:
Raymond Wanyoike 2014-06-21 15:55:27 +03:00
commit ea68f1301c
2 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
{% block head %}
<meta charset="utf-8">
@ -9,10 +10,8 @@
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
{% include "include/feeds.html" %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css">
{# HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries #}
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
{# WARNING: Respond.js doesn't work if you view the page via file:// #}
@ -25,11 +24,9 @@
<body>
{% include "include/header.html" %}
<div class="container">
{% block content %}{% endblock %}
</div>
{% include "include/footer.html" %}
<script src="{{ SITEURL }}/theme/js/libs/jquery.min.js"></script>