浏览代码

modified header

tags/v1.0.0
somrat 4 年前
父节点
当前提交
30ab0b0812
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 查看文件

@@ -20,7 +20,7 @@
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">

{{"<!-- Custom stylesheet - for your changes -->" |safeHTML}}
<link rel="stylesheet" href="{{ "css/custom.css" | relURL}} " media="screen">
<link rel="stylesheet" href="{{ `css/custom.css` | relURL}} " media="screen">

{{ "<!--Favicon-->" | safeHTML }}
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">

正在加载...
取消
保存