From 24a1d4349e435d863559d52c59aacad47f2055b7 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 22 Aug 2020 21:34:53 +0200 Subject: [PATCH] Fixed social icons --- mkdocs.yml | 6 +++--- theme/main.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f603e7a..c84937d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,9 +27,9 @@ nav: extra: social: - - type: 'globe' + - icon: 'fontawesome/solid/globe-americas' link: 'https://quasseldroid.info/' - - type: 'git' + - icon: 'fontawesome/brands/git' link: 'https://git.kuschku.de/justjanne/quasseldroid-ng' theme: @@ -76,4 +76,4 @@ markdown_extensions: - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true - - pymdownx.tilde \ No newline at end of file + - pymdownx.tilde diff --git a/theme/main.html b/theme/main.html index 864c437..ab69317 100644 --- a/theme/main.html +++ b/theme/main.html @@ -1,3 +1,5 @@ +{% extends "base.html" %} + {% block fonts %} <style> body, input { -- GitLab