diff --git a/pelicanconf.py b/pelicanconf.py index d9a39c8..ab5a488 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -47,3 +47,5 @@ THEME = 'theme/notmyidea' +SPONSORS = (('Nova Kid School', 'https://www.novakidschool.com/', 'theme/images/novakid.svg', 'left'), + ) diff --git a/theme/notmyidea/static/images/novakid.svg b/theme/notmyidea/static/images/novakid.svg new file mode 100644 index 0000000..45e5421 --- /dev/null +++ b/theme/notmyidea/static/images/novakid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/theme/notmyidea/templates/base.html b/theme/notmyidea/templates/base.html index decf4f9..1b2d6e2 100644 --- a/theme/notmyidea/templates/base.html +++ b/theme/notmyidea/templates/base.html @@ -42,6 +42,16 @@

{{ SITENAME }} {% if SITESUBTITLE %} {{ SIT {% block content %} {% endblock %} +
+ {% if SPONSORS %} + + {% endif %} +
{% if LINKS %}