*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit f40628e4 authored by Wörister, Florian's avatar Wörister, Florian
Browse files

improve seo

parent ea53b63f
Branches
Tags v2021.10.4
1 merge request!50improve seo
......@@ -177,7 +177,7 @@ nav.footer a:hover {
margin: 10px 50px 10px 50px;
}
.supportlogo a {
.supportlogo p {
font-size: 1em;
display: block;
color: white;
......
......@@ -16,12 +16,16 @@ under the terms of the MIT License; see LICENSE file for more details.
<footer>
<div id="logos">
<div class="supportlogo">
<a>powered by</a>
<a href="https://inveniosoftware.org/products/rdm/"><img src="/static/images/footer-logos/rdmlogo.webp" alt="{{ _("Logo of Invenio RDM") }}" /></a>
<a href="https://inveniosoftware.org/products/rdm/">
<p>powered by</p>
<img src="/static/images/footer-logos/rdmlogo.webp" alt="{{ _("Logo of Invenio RDM") }}" />
</a>
</div>
<div class="supportlogo ">
<a>enabled by</a>
<a href="https://forschungsdaten.at/fda/"><img src="/static/images/footer-logos/fair-data-austria.webp" alt="{{ _("Logo of the 'FAIR Data Austria' project") }}" /></a>
<div class="supportlogo">
<a href="https://forschungsdaten.at/fda/">
<p>enabled by</p>
<img src="/static/images/footer-logos/fair-data-austria.webp" alt="{{ _("Logo of the 'FAIR Data Austria' project") }}" />
</a>
</div>
</div>
<nav class="footer">
......
......@@ -12,6 +12,7 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- block head %}
{%- block head_meta %}
<meta charset="utf-8">
<meta name="description" content="Research Data Repository of TU Wien">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- if description %}
......
......@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2021.10.3"
__version__ = "2021.10.4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment