From ec77843458900991c2a279d2e1de19b9ea712bf3 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 4 Mar 2024 00:48:31 +0100 Subject: [PATCH] Use mark-github as repository icon --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a34887a..4ccc17a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,6 +12,7 @@ theme: custom_dir: '.theme' logo: assets/img/favicons/android-chrome-512x512.png icon: + repo: octicons/mark-github-16 admonition: note: octicons/pencil-16 abstract: octicons/checklist-16 @@ -129,4 +130,4 @@ markdown_extensions: - pymdownx.blocks.details - pymdownx.blocks.tab: alternate_style: true - - pymdownx.tasklist \ No newline at end of file + - pymdownx.tasklist