From c7fd56c9e0052cd2b619962afbe454bcf3c1ec0c Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Mon, 23 Jul 2012 21:37:56 +0200 Subject: Include Airy theme by default --- .../airy/templates/mediagoblin/extra_head.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mediagoblin/themes/airy/templates/mediagoblin/extra_head.html (limited to 'mediagoblin/themes/airy/templates') 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 . +-#} + + -- cgit v1.2.3