summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/aside/about.html
blob: 91041771f7b8bd408900f28cd48170fde5bf5242 (plain)
1
2
3
4
5
6
7
{{ if .IsHome }}
<div class="about">
  <h2>{{ lower .Summary }}</h2>
  {{ .Content }}
</div>
{{ end }}