hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

index.html (909B)

    1 {{ define "header" }}
    2   {{ partial "hero" . }}
    3   {{ partial "boxes-small-news" . }}
    4 {{ end }}
    5 
    6 {{ define "main" }}
    7   <section class="w-100 ph4 ph5-ns pv4">
    8     {{- partial "home-page-sections/features-icons" . -}}
    9   </section>
   10 
   11   {{ partial "home-page-sections/sponsors.html" (dict "cx" . "gtag" "home" ) }}
   12 
   13   {{- partial "home-page-sections/features-single" . -}}
   14 
   15   {{- partial "home-page-sections/showcase.html" . -}} 
   16 
   17   <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-white bb bt b--light-gray">
   18     {{- partial "home-page-sections/installation" . -}}
   19   </section>
   20 
   21   <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-accent-color-dark">
   22     {{- partial "home-page-sections/tweets" . -}}
   23   </section>
   24   <section class="w-100 ph4 ph5-ns pt4 pb5 mid-gray bg-primary-color-light bb bt b--light-gray ">
   25     {{- partial "home-page-sections/open-source-involvement" . -}}
   26   </section>
   27 {{ end }}