10 lines
384 B
HTML
10 lines
384 B
HTML
<div class="col-12 col-md-4">
|
|
<div class="small-print">
|
|
<small>{{ .Site.Copyright | safeHTML }}</small>
|
|
</div>
|
|
<div class="small-print">
|
|
<small>Built with <a href="https://gohugo.io/" target="_blank">Hugo</a></small>
|
|
<small>Theme <a href="https://github.com/gardient/hugo-bootswatch-slate" target="_blank">Hugo Bootswatch Slate</a></small>
|
|
</div>
|
|
</div>
|