Add license information
This commit is contained in:
14
layouts/partials/powered-by.html
Normal file
14
layouts/partials/powered-by.html
Normal 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 }}
|
Reference in New Issue
Block a user