diff --git a/config.toml b/config.toml index 456f822..f488368 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,5 @@ highlight_code = false build_search_index = false [extra] +institution = "Pedagogická Fakulta UK" +institution_url = "https://pedf.cuni.cz/" diff --git a/sass/style.scss b/sass/style.scss index b680508..4ee47e3 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -36,3 +36,28 @@ header { } } } + +footer { + background-color: #C61730; + color: #fff; + display: flex; + justify-content: center; + padding: 1em; + + p { + border-left: 1px solid #fff; + border-right: 1px solid #fff; + text-align: center; + display: inline-block; + padding: .5em 2em; + + a { + color: inherit; + text-decoration: inherit; + + &:hover { + text-decoration: underline; + } + } + } +} diff --git a/templates/index.html b/templates/index.html index 8c8e925..1ea3163 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,16 @@ Lorem ipsum.