소스 검색

Merge pull request #83 from MrRagga-/master

create support for custom css
tags/v1.0.0
Mehedi Sharif Titas 4 년 전
부모
커밋
8c96a0fd5b
No account linked to committer's email address
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">

Loading…
취소
저장