浏览代码

Use relative URL for favicon (#251)

This fixes sites which have the baseURL in a subdirectory.

Co-authored-by: Nick White <git@njw.name>
tags/2.6.0
nickjwhite 4 年前
父节点
当前提交
4cf0842964
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      layouts/partials/site-favicon.html

+ 2
- 2
layouts/partials/site-favicon.html 查看文件

@@ -1,3 +1,3 @@
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon" />
{{ end }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
{{ end }}

正在加载...
取消
保存