From 56c844204be0a04342f45ea745272353f2908607 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 18 Apr 2017 14:10:37 +0200
Subject: [PATCH] Repo type and typo correction

---
 docs.it4i/src/css.css | 6 +++++-
 mkdocs.yml            | 4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/src/css.css b/docs.it4i/src/css.css
index 2f9e047ed..aa07e9978 100644
--- a/docs.it4i/src/css.css
+++ b/docs.it4i/src/css.css
@@ -2,7 +2,11 @@ a:not([href*="//"]) {
     /* CSS for internal links */
 }
 
-a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ) {
+a.md-footer-social__link.fa.fa-globe {
+    !background: none;
+}
+
+a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ):not( [href*='https://www.it4i.cz'] )  {
     /*CSS for external links */
     background: transparent url("/img/external.png") no-repeat right 0px top 1px;
     background-size: 12px;
diff --git a/mkdocs.yml b/mkdocs.yml
index 81d17c3fd..f8ddd8a6f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -9,7 +9,6 @@ extra_css:
 # Repository
 repo_name: sccs/docs.it4i.cz
 repo_url: https://code.it4i.cz/sccs/docs.it4i.cz
-repo_type: gitlab
 
 # Copyright
 copyright: Copyright (c) 2017 IT4Innovations__VERSION__
@@ -196,6 +195,7 @@ pages:
 
 extra:
   #logo: img/logo2.png
+  repo_icon: gitlab
   palette:
     primary: 'grey'
     accent: 'yellow'
@@ -208,6 +208,8 @@ extra:
   social:
     - type: 'gitlab'
       link: 'https://code.it4i.cz/sccs/docs.it4i.cz'
+    - type: globe
+      link: https://www.it4i.cz
 
 markdown_extensions:
   - codehilite
-- 
GitLab