From 446d203710eccec6e355500826a8653ba738bb12 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 --- ralf/_layouts/default.html | 6 ++++++ ralf/_sass/_layout.scss | 6 ++++++ research/_config.yml | 3 +++ 3 files changed, 15 insertions(+) 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 -- 2.30.2