diff --git a/source/_includes/about-author.html.twig b/source/_includes/about-author.html.twig index 84e8029a1..f80e7e40b 100644 --- a/source/_includes/about-author.html.twig +++ b/source/_includes/about-author.html.twig @@ -3,7 +3,7 @@
- Picture of Oliver + Picture of Oliver
diff --git a/source/_includes/figure.html.twig b/source/_includes/figure.html.twig index c8de55c1f..71c49810b 100644 --- a/source/_includes/figure.html.twig +++ b/source/_includes/figure.html.twig @@ -1,7 +1,7 @@
{{ image.alt }} {% if caption %} -
+
{{ caption }}
{% endif %} diff --git a/source/_includes/footer.html.twig b/source/_includes/footer.html.twig index e87f8a482..e6e6169eb 100644 --- a/source/_includes/footer.html.twig +++ b/source/_includes/footer.html.twig @@ -1,7 +1,7 @@ diff --git a/source/_includes/navbar.html.twig b/source/_includes/navbar.html.twig index 1b79f439f..04343b8e5 100644 --- a/source/_includes/navbar.html.twig +++ b/source/_includes/navbar.html.twig @@ -1,11 +1,11 @@
-
-
+
+
-
- - + +
diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index 0feedcceb..14c688a07 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -1,12 +1,12 @@ {% extends 'app' %} {% block body %} -
+
Skip to main content {% include 'navbar' %} -
+

{% block page_title %} diff --git a/source/_pages/recommendations.html.twig b/source/_pages/recommendations.html.twig index 8f634a697..e9a50d5a3 100644 --- a/source/_pages/recommendations.html.twig +++ b/source/_pages/recommendations.html.twig @@ -128,14 +128,14 @@ recommendations:
{{ recommendation.tagline }}
-
+
{{ recommendation.text|raw }}
{% if recommendation.image.path %}
- +
{% endif %}
diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig index ef35e7b68..b18a42c4d 100644 --- a/source/_pages/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -11,7 +11,7 @@ use: {% for talk in data.talks|sort((a, b) => get_last_event_date_for_talk(a) < get_last_event_date_for_talk(b)) %}