diff options
author | mayx | 2024-02-24 16:02:33 +0000 |
---|---|---|
committer | mayx | 2024-02-24 16:02:33 +0000 |
commit | efaaa3267441a1e23953bab7d8537f230ff658b8 (patch) | |
tree | e839feb8df97b4f26f88597df0584bf0b3268ca3 | |
parent | 8a51f7a9424e0cb569b44a4e4881f8e1c22ed05b (diff) |
Update default.html
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f57c109..734ad8f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -75,7 +75,7 @@ <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1> {% if site.logo %} - <img src="site.logo" alt="Logo" /> + <img src="{{ site.logo }}" alt="Logo" /> {% endif %} <p>{{ site.description | default: site.github.project_tagline }}</p> |