fixed logo

This commit is contained in:
CaCO3
2023-01-05 22:45:46 +01:00
parent 71323c8e14
commit b2d168f25d

View File

@@ -1,8 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{%- block site_name %} {%- block site_name %}
<!-- Add our logo --> <img src={{ config.site_url }}/img/logo.png>
<img src=https://jomjol.github.io/AI-on-the-edge-device-docs/img/logo.png> <!-- needs to be an absolute page since the index page handles it differently :( )-->
{%- if config.theme.logo %} {%- if config.theme.logo %}
<a href="{{ nav.homepage.url|url }}"> <a href="{{ nav.homepage.url|url }}">
{%- else %} {%- else %}