diff --git a/source/_includes/about-author.html.twig b/source/_includes/about-author.html.twig index 84e8029a..f80e7e40 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 c8de55c1..71c49810 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 e87f8a48..e6e6169e 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 1b79f439..04343b8e 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 0feedcce..14c688a0 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 8f634a69..e9a50d5a 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 ef35e7b6..b18a42c4 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)) %}