From: Ralf Jung Date: Wed, 23 May 2018 12:20:48 +0000 (+0200) Subject: add MPI-SWS imrpint links X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/446d203710eccec6e355500826a8653ba738bb12?ds=sidebyside add MPI-SWS imrpint links --- diff --git a/ralf/_layouts/default.html b/ralf/_layouts/default.html index ca29f47..08ae220 100644 --- a/ralf/_layouts/default.html +++ b/ralf/_layouts/default.html @@ -27,6 +27,12 @@ {{ content }} + {% if site.mpi_sws_imprint %} + + {% endif %} diff --git a/ralf/_sass/_layout.scss b/ralf/_sass/_layout.scss index a4c4738..28d5919 100644 --- a/ralf/_sass/_layout.scss +++ b/ralf/_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