Skip to content
Snippets Groups Projects
Commit 4cde3450 authored by psy's avatar psy
Browse files

fix image path

parent dd7dd035
No related branches found
No related tags found
No related merge requests found
Pipeline #883 failed
...@@ -11,6 +11,6 @@ the blocks defined in base.html and its included child templates. ...@@ -11,6 +11,6 @@ the blocks defined in base.html and its included child templates.
{%- block footer %} {%- block footer %}
<hr> <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 %} {%- endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment