From e4d2676d0304ae068a925de5f052626463c12c31 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 23 May 2018 14:20:48 +0200 Subject: [PATCH] add MPI-SWS imrpint links --- personal/_layouts/default.html | 6 ++++++ personal/_sass/_layout.scss | 6 ++++++ research/_config.yml | 3 +++ 3 files changed, 15 insertions(+) diff --git a/personal/_layouts/default.html b/personal/_layouts/default.html index ca29f47..08ae220 100644 --- a/personal/_layouts/default.html +++ b/personal/_layouts/default.html @@ -27,6 +27,12 @@ {{ content }} + {% if site.mpi_sws_imprint %} + + {% endif %} diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index a4c4738..28d5919 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -25,6 +25,12 @@ body { /* This centers us in the page, and handles the "too wide" case */ padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */ } +/* The footer */ +#-footer { + padding-top: 3em; + text-align: center; +} + /* Navigation menu */ #-navi { padding: 0; diff --git a/research/_config.yml b/research/_config.yml index 18ca2bc..4c1f1f9 100644 --- a/research/_config.yml +++ b/research/_config.yml @@ -12,3 +12,6 @@ defaults: # Build settings markdown: kramdown exclude: ['*.sh'] + +# Custom settings +mpi_sws_imprint: True -- 2.30.2