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

Merge branch 'hot_fix' into 'master'

Hot fix

See merge request !135
parents 025d0904 56c84420
Branches
Tags
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;
......
......@@ -7,8 +7,8 @@ extra_css:
- src/css.css
# Repository
#repo_name: it4i-admins/docs.it4i
#repo_url: https://gitlab.it4i.cz/it4i-admins/docs.it4i
repo_name: sccs/docs.it4i.cz
repo_url: https://code.it4i.cz/sccs/docs.it4i.cz
# Copyright
copyright: Copyright (c) 2017 IT4Innovations__VERSION__
......@@ -195,6 +195,7 @@ pages:
extra:
#logo: img/logo2.png
repo_icon: gitlab
palette:
primary: 'grey'
accent: 'yellow'
......@@ -206,7 +207,9 @@ extra:
next: 'Next'
social:
- type: 'gitlab'
link: 'https://code.it4i.cz'
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.
Please register or to comment