瀏覽代碼

Update default.html

mayx 1 年之前
父節點
當前提交
efaaa32674
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      _layouts/default.html

+ 1 - 1
_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>