소스 검색

Add variable scoping to partial

See https://gohugo.io/templates/partials/#variable-scoping
pull/348/head
Enguerran Colson 4 년 전
부모
커밋
1f1642c6c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/_default/baseof.html

+ 1
- 1
layouts/_default/baseof.html 파일 보기

@@ -43,7 +43,7 @@
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
{{ block "head" . }}{{ partial "head-additions.html" }}{{ end }}
{{ block "head" . }}{{ partial "head-additions.html" . }}{{ end }}
</head>

<body class="ma0 {{ $.Param "body_classes" | default "avenir bg-near-white"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}">

Loading…
취소
저장