Skip to content
Snippets Groups Projects
Commit 8b32c220 authored by LocNgu's avatar LocNgu
Browse files

fix links to compendium and tu homepage

parent cfb09462
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!171Resolve "CD TUD: Links and add ZIH Logo"
......@@ -146,7 +146,7 @@ site_dir: public
site_url: https://gitlab.hrz.tu-chemnitz.de/hpcsupport/hpc-compendium
# uncomment next 3 lines if link to repo should not be displayed in the navbar
repo_name: GitLab hpcsupport/hpc-compendium
repo_url: https://gitlab.hrz.tu-chemnitz.de/hpcsupport/hpc-compend ium
repo_url: https://gitlab.hrz.tu-chemnitz.de/hpcsupport/hpc-compendium
edit_uri: blob/master/docs/
# Configuration
......@@ -173,6 +173,7 @@ markdown_extensions:
permalink: True
extra:
homepage: https://tu-dresden.de
# links in footer
footer:
- link: https://doc.zih.tu-dresden.de/hpc-wiki/bin/view/Compendium/Impressum
......
......@@ -67,5 +67,11 @@
{% include "partials/search.html" %}
{% endif %}
<!-- Repository information -->
{% if config.repo_url %}
<div class="md-header__source">
{% include "partials/source.html" %}
</div>
{% endif %}
</nav>
</header>
\ No newline at end of file
......@@ -63,11 +63,6 @@ strong {
color: var(--tud-red-90);
}
.md-nav__link:hover,
a:hover {
text-decoration: underline;
color: var(--tud-grey-100);
}
.md-grid {
max-width: 1600px;
}
......@@ -136,6 +131,7 @@ a:hover {
display: none;
}
}
@media screen and (min-width: 60rem) {
.md-header__button.md-icon {
display: none;
......
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