docs: update reasons

This commit is contained in:
Henk Verlinde
2020-11-10 08:31:21 +01:00
parent 6705f4bbc4
commit 1cec4237b3
4 changed files with 16 additions and 7 deletions

View File

@ -3,10 +3,7 @@
<div class="row">
<div class="col-lg-16 text-center">
<ul class="list-inline">
<!-- <li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}</li> -->
<!-- <li class="list-inline-item"><a href="{{ "privacy-policy" | absURL }}">Privacy</a></li> -->
<li class="list-inline-item">This site is powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://getdoks.org/">Doks</a> theme</li>
<!-- <li class="list-inline-item"><a href="https://gethyas.com/">This site is powered by Hyas</a></li> -->
<li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}</li>
</ul>
</div>
</div>