Homogeneize templates.
This commit is contained in:
@@ -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 %}© {{ author }} - {% endif %}
|
||||
Generated by <a href="{{ sigal_link }}">sigal</a>.</p>
|
||||
Generated by <a href="{{ sigal_link }}">sigal</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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]-->
|
||||
|
||||
Reference in New Issue
Block a user