Browse Source

More fixes in mkdocs.yml

Nathan Schneider 5 years ago
parent
commit
31f8ce2ef8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mkdocs.yml

+ 3 - 2
mkdocs.yml

@@ -9,9 +9,10 @@ theme:
     accent: blue
   logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg'
     icon: 'group-work' 
-  favicon: 'assets/images/favicon.ico'
+  favicon:
+    icon: 'group-work' # does this work?
 
-extra.repo_icon: gitlab
+# extra.repo_icon: gitlab
 repo_name: 'Edit on GitLab'
 repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'