mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
ec4e6f9df2
git-subtree-dir: docs git-subtree-split: f887bd7b4e3e7c7e76cd63951e5b0d37d8fe0ac7
23 lines
771 B
HTML
23 lines
771 B
HTML
{{ define "header" }}
|
|
{{ partial "hero" . }}
|
|
{{ partial "boxes-small-news" . }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
|
|
<section class="w-100 ph4 ph5-ns pv4">
|
|
{{- partial "home-page-sections/features-icons" . -}}
|
|
</section>
|
|
|
|
{{- partial "home-page-sections/features-single" . -}}
|
|
|
|
<section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-white bb bt b--light-gray">
|
|
{{- partial "home-page-sections/installation" . -}}
|
|
</section>
|
|
<section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-accent-color-dark">
|
|
{{- partial "home-page-sections/tweets" . -}}
|
|
</section>
|
|
<section class="w-100 ph4 ph5-ns pt4 pb5 mid-gray bg-primary-color-light bb bt b--light-gray ">
|
|
{{- partial "home-page-sections/open-source-involvement" . -}}
|
|
</section>
|
|
{{ end }}
|