Homogeneize templates.

This commit is contained in:
Simon
2012-12-18 01:01:27 +01:00
parent 2d5fa81e05
commit f1d9afa534
2 changed files with 4 additions and 4 deletions

View File

@@ -57,14 +57,14 @@
{% if description %}
<div id="description" class="row">
<p>{{ description }}</p>
{{ description }}
</div>
{% endif %}
</div>
<footer class="sixteen columns">
<p>{% if author %}&copy; {{ author }} - {% endif %}
Generated by <a href="{{ sigal_link }}">sigal</a>.</p>
Generated by <a href="{{ sigal_link }}">sigal</a></p>
</footer>
</div>

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" class="no-js">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Molengo">
<link rel="stylesheet" href="{{ theme.url }}/css/style.min.css?v=2">
<link rel="stylesheet" href="{{ theme.url }}/css/style.min.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->