Skip to content

Commit fc04a26

Browse files
authored
Merge pull request #89 from tetrabiodistributed/add-cc-by-4.0-license-for-docs
Add cc by 4.0 license for docs
2 parents 62b842d + b922655 commit fc04a26

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ Note: If you accidentally cloned without using `--recurse-submodules`, you can r
2929
----
3030
. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
3131

32+
== Licensing
33+
34+
Code licensed link:LICENSE[MIT]
35+
36+
Docs licensed link:https://creativecommons.org/licenses/by/4.0/[CC BY 4.0]

layouts/partials/footer.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<footer class="gdoc-footer">
2+
<div class="container flex flex-wrap">
3+
<span class="gdoc-footer__item">
4+
Built with <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> and
5+
<svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
6+
Code licensed <a href="{{ .Site.Params.github_repo }}/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC BY 4.0</a>.
7+
</span>
8+
</div>
9+
</footer>

0 commit comments

Comments
 (0)