summary refs log tree commit diff
path: root/_layouts
diff options
context:
space:
mode:
authormayx2024-02-24 15:58:24 +0000
committermayx2024-02-24 15:58:24 +0000
commit8a51f7a9424e0cb569b44a4e4881f8e1c22ed05b (patch)
tree82d0d708d316caf00643747557b8272af0f31113 /_layouts
parentafe8b951157ca3590da9cc31a1e1cb9537b72ace (diff)
Update 3 files
- /images/17966333.png
- /_config.yml
- /_layouts/default.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a0fe091..f57c109 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 | relative_url}}" alt="Logo" />
+          <img src="site.logo" alt="Logo" />
         {% endif %}
 
         <p>{{ site.description | default: site.github.project_tagline }}</p>