added that if you click the logo you get to /

This commit is contained in:
Schrottkatze 2023-02-27 00:55:27 +01:00
parent 1ebbe5d922
commit 27fe305640
2 changed files with 12 additions and 5 deletions

View file

@ -48,9 +48,13 @@
<b style="margin-right: 0.5rem">
{% if !args.hide_logo %}
<!-- <i><span style="font-size:2.2rem; margin-right:1rem">μ</span></i> -->
<img width=26 style="margin-bottom: -6px; margin-right: 0.5rem;"
src="{{ args.public_path }}/static/logo.png">
<a href="{{ args.public_path }}/">
<img
width=26
style="margin-bottom: -6px; margin-right: 0.5rem;"
src="{{ args.public_path }}/static/logo.png"
>
</a>
{%- endif %} {% if args.title.as_ref().is_none() %}
MicroBin {%- else %} {{ args.title.as_ref().unwrap() }} {%- endif %}
</b>
@ -64,4 +68,4 @@
<hr>
{%- endif %}
{%- endif %}