aboutsummaryrefslogtreecommitdiffstats
path: root/lightweight/templates/sidebar.html
diff options
context:
space:
mode:
authorskami <skami@skami-laptop.dyndns.org>2011-02-13 20:22:23 +0100
committerskami <skami@skami-laptop.dyndns.org>2011-02-13 20:22:23 +0100
commit3072332a1549bbdbc458c13112b6013716c5782b (patch)
tree1913657c03b86597d01425e674a78f8b8a6bfb83 /lightweight/templates/sidebar.html
parent079da3ce990ccc101b58fe1b5ded8342d52244a6 (diff)
downloadpelican-themes-3072332a1549bbdbc458c13112b6013716c5782b.zip
pelican-themes-3072332a1549bbdbc458c13112b6013716c5782b.tar.gz
pelican-themes-3072332a1549bbdbc458c13112b6013716c5782b.tar.bz2
Ajout d'un thème
Diffstat (limited to 'lightweight/templates/sidebar.html')
-rw-r--r--lightweight/templates/sidebar.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/lightweight/templates/sidebar.html b/lightweight/templates/sidebar.html
new file mode 100644
index 0000000..964b43c
--- /dev/null
+++ b/lightweight/templates/sidebar.html
@@ -0,0 +1,5 @@
+<aside id="sidebar">
+ <h2>Sidebar</h2>
+{% block sidebar %}
+{% endblock %}
+</aside>