Skip to content

Commit

Permalink
feat: Add license cc-by-sa-4 to all pages (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Oct 17, 2023
1 parent 02a8afa commit 844fc1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ <h2>{{ T "overview" }}</h2>
{{- end }}
{{- partial "i18nlist" . }}

<div>
<p>
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />
This work is licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License
</a>.
</p>
</div>

</article>
{{- if ( ne $p.sidebar false ) }}
{{- partial "sidebar" . }}
Expand Down

0 comments on commit 844fc1e

Please sign in to comment.