Add license information

This commit is contained in:
Valentin Brandl
2017-04-07 15:16:01 +02:00
parent 181b9661da
commit 007707ca70
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{{ if ne .Site.Params.powered_by false }}
<p class="muted">
This page was generated by
<a href="https://gohugo.io/">Hugo</a>
using the
<a href="https://comfusion.github.io/after-dark/">After Dark</a>
theme by
<a href="http://comfusionllc.com">Comfusion</a>.
<br />
The content is relased unter the
<a href="https://github.com/vbrandl/vbrandl.net/blob/master/LICENSE">CC-BY-SA-4.0</a>
license.
</p>
{{ end }}