mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
22.44.2025 757805139682c94358675c9a6c6a60d444f21c4e
1
2
3
4
<div class="intro">
  {{ with .Title }}<h1 class="name">{{ . }}</h1>{{ end }}
  {{ with .Params.tagline }}<h2 class="tagline"><strong class="bold-text">{{ . }}</strong></h2>{{ end }}
</div>