diff --git a/templates/header.html b/templates/header.html index d5757ba..37d2de0 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@ - {% if args.footer_text.as_ref().is_none() %} + {% if args.title.as_ref().is_none() %} MicroBin {%- else %} {{ args.title.as_ref().unwrap() }} @@ -42,7 +42,7 @@ μ {%- endif %} - {% if args.footer_text.as_ref().is_none() %} + {% if args.title.as_ref().is_none() %} MicroBin {%- else %} {{ args.title.as_ref().unwrap() }}