aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/base.html
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-05-26 16:12:36 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-05-26 16:12:36 +0200
commit528658da899139d05945818b09db177df2b4a9b5 (patch)
tree3781b0379b3f3857817cfd0fb54a8f9db8c2d445 /dev-random/templates/base.html
parentdb59bf52aa9f7d2f5cbfb357e13f07e504e03aec (diff)
downloadpelican-themes-528658da899139d05945818b09db177df2b4a9b5.tar.gz
dev-random update
Diffstat (limited to 'dev-random/templates/base.html')
-rw-r--r--dev-random/templates/base.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-random/templates/base.html b/dev-random/templates/base.html
index 1424ca4..d9dd46a 100644
--- a/dev-random/templates/base.html
+++ b/dev-random/templates/base.html
@@ -42,21 +42,21 @@
{% endif %}
{% endblock headers %}
</head>
- <body>
+ <body>
<div class="page">
- <header class="head">
+ <header class="page-head">
<h1>
<a href="{{ SITEURL }}/index.html">{{ SITENAME }}</a>
</h1>
</header>
- <div class="main">
- {% include "includes/sidebar.html" %}
+ <div class="page-content">
{% block content %}
{% endblock content %}
</div>
+ {% include "includes/sidebar.html" %}
- <footer class="foot">
+ <footer class="page-footer">
<p> {{ FOOTER_TEXT or 'Powered by <a href="http://pelican.readthedocs.org">Pelican</a>' }}</p>
{% if GITHUB_URL %}<p><a id="github-link" href="{{ GITHUB_URL}}">Fork me on Github</a></p>{% endif %}
</footer>