浏览代码

create support for custom css

tags/v1.0.0
Jonas Weismueller 4 年前
父节点
当前提交
2c99a3322b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      layouts/partials/head.html

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

@@ -19,6 +19,9 @@
{{ $styles := resources.Get "css/style.css" | minify}}
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">

{{"<!-- Custom stylesheet - for your changes -->" |safeHTML}}
<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">
<link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">

正在加载...
取消
保存