Skip to content
Snippets Groups Projects
Verified Commit 6696b56d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' of edugit.org:hacknfun/hacknfun.org

parents 78304eae 5849fd88
No related branches found
No related tags found
No related merge requests found
Pipeline #5599 passed
...@@ -26,9 +26,9 @@ AUTHOR_FEED_RSS = None ...@@ -26,9 +26,9 @@ AUTHOR_FEED_RSS = None
# Navbar # Navbar
MENUITEMS = [ MENUITEMS = [
('Home', '/index.html'), ('Home', 'index.html'),
('Projekte', [ ('Projekte', [
('FrogLabs', '/bar.html'), ('FrogLabs', 'bar.html'),
('HacknFun', 'https://example.com'), ('HacknFun', 'https://example.com'),
('AlekSIS', 'https://aleksis.org'), ('AlekSIS', 'https://aleksis.org'),
]), ]),
...@@ -41,15 +41,15 @@ FOOTERMENU = (('Pelican', 'http://getpelican.com/'), ...@@ -41,15 +41,15 @@ FOOTERMENU = (('Pelican', 'http://getpelican.com/'),
I18N_SUBSITES = { I18N_SUBSITES = {
"en": { "en": {
"MENUITEMS": [ "MENUITEMS": [
('Home', '/index_en.html'), ('Home', 'index_en.html'),
('News', '/archives.html'), ('News', 'archives.html'),
('Foo', [ ('Foo', [
('Bar', '/bar.html'), ('Bar', 'bar.html'),
('Beispiel', 'https://example.com'), ('Beispiel', 'https://example.com'),
]), ]),
('Bar', [ ('Bar', [
('Foobar', '/beispiel'), ('Foobar', 'beispiel'),
('Barfoo', '/beispiel1.html'), ('Barfoo', 'beispiel1.html'),
]), ]),
] ]
} }
...@@ -76,3 +76,10 @@ SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband. ...@@ -76,3 +76,10 @@ SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.
SPONSORSTEXTS = { SPONSORSTEXTS = {
"de": "Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!", "de": "Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!",
} }
LICENCE_DEFAULT = "CC-BY-SA 4.0+"
LICENCETEXTS = {
"de": "Dieser Inhalt ist, sofern nicht bei einzelnen Medien anders angegeben, lizenziert unter:",
"en": "If not stated differently for single media, this content is licenced under:",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment