Welcome to mirror list, hosted at ThFree Co, Russian Federation.

intro.html « partials « layouts - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b024ba03be908294d8b8e4840e3b680856e97d5a (plain)
1
2
3
4
5
6
7
8
9
{{ if .Site.Params.intro }}
  <div class="intro">
    <h1 class="relative">
      <div class="dots" aria-hidden="aria-hidden"></div>
      {{ .Site.Params.headline }}
    </h1>
    <p>{{ .Site.Params.description }}</p>
  </div>
{{ end }}