diff --git a/theme/templates/article.html b/theme/templates/article.html
index 33ac124..4307cff 100644
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -101,10 +101,10 @@
ISSN: {{ p.issn }}
{% endif %}
{% if p.read_it_full %}
- Volltext verfügbar
+ Volltext verfügbar
{% endif %}
{% if p.read_it_partial %}
- Leseprobe verfügbar
+ Leseprobe verfügbar
{% endif %}
{% if p.link and p.link_text %}
{{ p.link_text }}
diff --git a/theme/templates/cards.html b/theme/templates/cards.html
index 55ab5dd..ed660ae 100644
--- a/theme/templates/cards.html
+++ b/theme/templates/cards.html
@@ -28,4 +28,10 @@
{% endblock content_body %}
+{% block content_footer %}
+
+{% endblock content_footer %}
+
{% endblock content_all %}
diff --git a/theme/templates/includes/footer.html b/theme/templates/includes/footer.html
index f4d3c5d..10c870b 100644
--- a/theme/templates/includes/footer.html
+++ b/theme/templates/includes/footer.html
@@ -1,4 +1,4 @@
\ No newline at end of file