소스 검색

Merge pull request #43 from excitoon/head_custom

Added head_custom partial.
tags/v1.0.0
Mehedi Sharif Titas 6 년 전
부모
커밋
9b324a2ec6
No account linked to committer's email address
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      layouts/partials/head.html
  2. 4
    0
      layouts/partials/head_custom.html

+ 1
- 0
layouts/partials/head.html 파일 보기

@@ -33,4 +33,5 @@
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}

{{- partial "head_custom.html" . }}
</head>

+ 4
- 0
layouts/partials/head_custom.html 파일 보기

@@ -0,0 +1,4 @@
<!--
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
-->

Loading…
취소
저장