diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-07-23 21:37:56 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-07-23 21:37:56 +0200 |
commit | c7fd56c9e0052cd2b619962afbe454bcf3c1ec0c (patch) | |
tree | 133b99d916479fa5ed67078daf4a81e5f8eabd9c /mediagoblin/themes/airy/templates | |
parent | 36f8e350d497b3019b36e6e47eb1f921d5bab092 (diff) | |
download | mediagoblin-c7fd56c9e0052cd2b619962afbe454bcf3c1ec0c.tar.lz mediagoblin-c7fd56c9e0052cd2b619962afbe454bcf3c1ec0c.tar.xz mediagoblin-c7fd56c9e0052cd2b619962afbe454bcf3c1ec0c.zip |
Include Airy theme by default
Diffstat (limited to 'mediagoblin/themes/airy/templates')
-rw-r--r-- | mediagoblin/themes/airy/templates/mediagoblin/extra_head.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mediagoblin/themes/airy/templates/mediagoblin/extra_head.html b/mediagoblin/themes/airy/templates/mediagoblin/extra_head.html new file mode 100644 index 00000000..e53a1a01 --- /dev/null +++ b/mediagoblin/themes/airy/templates/mediagoblin/extra_head.html @@ -0,0 +1,20 @@ +{# +# GoblinCities theme for MediaGoblin +# Copyright (C) 2012 Christopher Allan Webber +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +-#} + +<link rel="stylesheet" type="text/css" + href="{{ request.staticdirect('/css/airy.css', 'theme') }}"/> |