diff --git a/themes/DeepThought/static/icons/gitlab.png b/themes/DeepThought/static/icons/gitlab.png new file mode 100644 index 0000000..047accc Binary files /dev/null and b/themes/DeepThought/static/icons/gitlab.png differ diff --git a/themes/DeepThought/static/icons/gitlab2.png b/themes/DeepThought/static/icons/gitlab2.png new file mode 100644 index 0000000..3dee062 Binary files /dev/null and b/themes/DeepThought/static/icons/gitlab2.png differ diff --git a/themes/DeepThought/static/js/site.js b/themes/DeepThought/static/js/site.js new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/themes/DeepThought/static/js/site.js @@ -0,0 +1 @@ + diff --git a/themes/DeepThought/templates/base.html b/themes/DeepThought/templates/base.html index 7a14239..60364b7 100644 --- a/themes/DeepThought/templates/base.html +++ b/themes/DeepThought/templates/base.html @@ -113,10 +113,28 @@ {% block comment %} {% endblock %} + + {% block footer %} + {% endblock %} + + diff --git a/themes/DeepThought/templates/index.html b/themes/DeepThought/templates/index.html index d5595cd..58fbdc2 100644 --- a/themes/DeepThought/templates/index.html +++ b/themes/DeepThought/templates/index.html @@ -11,7 +11,6 @@ {% endif %} - {{ macros:: social_links( social_config=config.extra.social) }}
{{ section.content | safe }} diff --git a/themes/DeepThought/templates/page.html b/themes/DeepThought/templates/page.html index 3b18556..36bb890 100644 --- a/themes/DeepThought/templates/page.html +++ b/themes/DeepThought/templates/page.html @@ -50,7 +50,7 @@