From 4cde3450eb25da6f4d2b4792e80b59d860363ed4 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Wed, 11 Nov 2020 20:15:05 +0100 Subject: [PATCH] fix image path --- themes/c3mkdocs/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/c3mkdocs/main.html b/themes/c3mkdocs/main.html index c753f23..2829a5f 100644 --- a/themes/c3mkdocs/main.html +++ b/themes/c3mkdocs/main.html @@ -11,6 +11,6 @@ the blocks defined in base.html and its included child templates. {%- block footer %} <hr> -<p>Sponsored by <a href="https://www.hetzner.de"><img src="img/Hetzner_Logo.png" alt="hetzner online" width="50px" /></a>. Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://events.ccc.de/impressum/">Impressum</a></p> +<p>Sponsored by <a href="https://www.hetzner.de"><img src="/img/Hetzner_Logo.png" alt="hetzner online" width="50px" /></a>. Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://events.ccc.de/impressum/">Impressum</a></p> {%- endblock %} -- GitLab