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

Maciej Bliziński
25.44.2024 94e7d83999377c03e657e50c8c82e41953c3a8f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="split-credit">
  <p>{{ .Site.Copyright | safeHTML }}
  {{ if not .Site.Params.licensed }}
  &ndash; <a href="https://onepagelove.com/split" title="Split Template">Split Template</a> by <a href="https://onepagelove.com" title="One Page Love">One Page Love</a>
  {{- end }}</p>
 
  {{ if not .Site.Params.licensed }}
  {{ "<!--" | safeHTML }}
  {{ "To edit this credit you can remove the CC3.0 license for only $5 here: https://onepagelove.com/split" | safeHTML }}
  {{ "this really helps contribute towards us developing more templates and means the world to me!" | safeHTML }}
  {{ "Cheers, Rob (@robhope)" | safeHTML }}
  {{ "-->" | safeHTML }}
  {{ end }}
</div>