mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
10 lines
305 B
HTML
10 lines
305 B
HTML
{{ define "header" }}
|
|
{{- partial "homepage/homepage-header.html" . -}}
|
|
{{- partial "site-search.html" . -}}
|
|
{{ end }}
|
|
{{ define "main" }}
|
|
{{ partial "homepage/homepage-content.html" . }}
|
|
{{ end }}
|
|
{{ define "addscripts" }}
|
|
<script src="{{ "js/homepage.js" | relURL }}" async defer></script>
|
|
{{ end }} |