Skip to content
Snippets Groups Projects
Commit 56c84420 authored by David Hrbáč's avatar David Hrbáč
Browse files

Repo type and typo correction

parent 4790426c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment