diff --git a/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html b/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
index d599179c86dc20ba332288c4353c0899848e413e..d1aa70c264ea3c604b9a17b1dd92592b9b31080d 100644
--- a/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
+++ b/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/frontpage.html
@@ -101,8 +101,7 @@ under the terms of the MIT License; see LICENSE file for more details.
</div>
<div class="flip-card-back">
Deposit your data to make it FAIR. The process can be automated with a use of APIs provided by
- the TU
- Data.
+ TU Data.
</div>
</div>
<h3>Reuse</h3>
@@ -112,7 +111,7 @@ under the terms of the MIT License; see LICENSE file for more details.
</section>
<section id="planned-features" class="ui container">
- <h2>Coming Soon</h2>
+ <h2>Coming soon</h2>
<div class="features-wrapper">
<div class="flip-card">
<div class="flip-card-inner">
@@ -136,7 +135,7 @@ under the terms of the MIT License; see LICENSE file for more details.
<a>Easily preserve your GitLab repository in TU Data and get a DOI for your code.</a>
</div>
</div>
- <h3>TU Gitlab Integration</h3>
+ <h3>TU Gitlab integration</h3>
</div>
<div class="flip-card">
@@ -175,4 +174,3 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- endblock javascript %}
{%- block trackingcode %}{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}
-
diff --git a/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/policies.html b/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/policies.html
index 57a438cd00a56b85b9f95c37a7c85ca1aee30c5d..5ab466b74c5f42c66470fa6c5e5cb7f663d3cfc3 100644
--- a/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/policies.html
+++ b/invenio_theme_tuw/templates/semantic-ui/invenio_theme_tuw/policies.html
@@ -10,7 +10,7 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- extends config.BASE_TEMPLATE %}
{%- block page_header %}
- {% include config.THEME_HEADER_TEMPLATE %}
+{% include config.THEME_HEADER_TEMPLATE %}
{%- endblock %}
{%- block page_hero %}
@@ -18,25 +18,26 @@ under the terms of the MIT License; see LICENSE file for more details.
</section>
{%- endblock page_hero %}
-{%- block page_body %}
- <section class="ui container">
- <h1>Policies</h1>
- <div class="filelist">
- <a class="filelist-item" target="_blank" href="https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Policy%20for%20Research%20Data%20Management.pdf">
- <img src="/static/images/pdf.png">
- <span>Policy for Research Data Management</span>
- </a>
- <a class="filelist-item disabled" href="#">
- <img src="/static/images/pdf.png">
- <span>Policy for Repository "TU Data" (coming soon)</span>
- </a>
- </div>
- </section>
+{%- block page_body %}
+<section class="ui container">
+ <h1>Policies</h1>
+ <div class="filelist">
+ <a class="filelist-item" target="_blank"
+ href="https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Policy%20for%20Research%20Data%20Management.pdf">
+ <img src="/static/images/pdf.png">
+ <span>TU Wien Policy for Research Data Management</span>
+ </a>
+ <a class="filelist-item disabled" href="#">
+ <img src="/static/images/pdf.png">
+ <span>Policy for Repository "TU Data" (coming soon)</span>
+ </a>
+ </div>
+</section>
{%- endblock page_body %}
{%- block page_footer %}
- {% include config.THEME_FOOTER_TEMPLATE %}
+{% include config.THEME_FOOTER_TEMPLATE %}
{%- endblock page_footer %}
{%- block trackingcode %}
- {% include config.THEME_TRACKINGCODE_TEMPLATE %}
-{%- endblock %}
\ No newline at end of file
+{% include config.THEME_TRACKINGCODE_TEMPLATE %}
+{%- endblock %}
diff --git a/invenio_theme_tuw/version.py b/invenio_theme_tuw/version.py
index 3d86f57bf5c7744b008f0d03ef40bb9ab68c92a8..74e81293f96adf8b3c213e56e7e7f54b9ece78fe 100644
--- a/invenio_theme_tuw/version.py
+++ b/invenio_theme_tuw/version.py
@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
-__version__ = "2021.9.7"
+__version__ = "2021.9.8"