소스 검색

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…
취소
저장