diff options
author | Skami18 <skami@skami-laptop.dyndns.org> | 2011-07-23 15:25:16 +0200 |
---|---|---|
committer | Skami18 <skami@skami-laptop.dyndns.org> | 2011-07-23 15:25:16 +0200 |
commit | 2303a8ee96639d0685bfafb1afe411cd22c4f27f (patch) | |
tree | bfe89de34f2c16bbc701986ad37348cfab197cac /basic/templates | |
parent | a4ea2832a8a48ed63f38cf458b877d67d2c953da (diff) | |
download | pelican-themes-2303a8ee96639d0685bfafb1afe411cd22c4f27f.tar.gz |
Added the «Basic» theme
Nothing to do with http://en.wikipedia.org/wiki/BASIC
Diffstat (limited to 'basic/templates')
-rw-r--r-- | basic/templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basic/templates/base.html b/basic/templates/base.html new file mode 100644 index 0000000..8055530 --- /dev/null +++ b/basic/templates/base.html @@ -0,0 +1,6 @@ +{% extends "!simple/base.html" %} + +{% block head %} +{{ super() }} + <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" /> +{% endblock %} |