From 80a02cb8722962a9b3ef27be9377e73be250fb91 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 8 Apr 2019 04:23:17 +0000 Subject: [PATCH] Fixing errors --- mkdocs.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f1c5e86..5e8e995 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,18 +2,17 @@ site_name: Democratic Mediums site_url: "https://medlabboulder.gitlab.io/democraticmediums/" theme: - name: 'material' # info: https://github.com/squidfunk/mkdocs-material/ + name: 'material' # https://github.com/squidfunk/mkdocs-material/ font: false palette: primary: white accent: blue logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg' - icon: 'group-work' - favicon: # 'assets/images/favicon.ico' - icon: 'group-work' # (not sure if this works!) + icon: 'group-work' + favicon: 'assets/images/favicon.ico' -# extra.repo_icon: gitlab -repo_name: 'Contribute at GitLab' +extra.repo_icon: gitlab +repo_name: 'Edit on GitLab' repo_url: 'https://gitlab.com/medlabboulder/democraticmediums' extra_css: @@ -25,4 +24,4 @@ markdown_extensions: extra: social: - type: 'twitter' - link: 'https://twitter.com/medlabboulder' \ No newline at end of file + link: 'https://twitter.com/medlabboulder'