瀏覽代碼

added custom css link

tags/v1.0.0
somrat 5 年之前
父節點
當前提交
d49ef48fe8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      layouts/partials/head.html

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

@@ -28,5 +28,9 @@
{{"<!-- Main Stylesheet -->"|safeHTML}}
{{ $styles := resources.Get "css/style.css" | minify}}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
{{ "<!-- Custom CSS -->" | safeHTML }}
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}

</head>

Loading…
取消
儲存