Skip to content

Commit 03abd6f

Browse files
authored
Merge pull request #58 from publiccodenet/publiccode.net-readd-site-wide-license
Add site-wide license (+ caveat verbiage) to bottom of footer
2 parents d17bb05 + 219b7f2 commit 03abd6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/theme-footer.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
<div class="footer-note-cluster"></div>
6161
<p class="footer-last-updated">Last updated {{ site.time | date_to_long_string }}</p>
6262
<p class="footer-copyright">{{ 'now' | date: "%Y" }} <a href="https://publiccode.net">Foundation for Public Code</a></p>
63-
</div>
63+
<p class="footer-license">All content licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Creative Commons Zero v1.0 Universal">Creative Commons Zero v1.0 Universal</a>, unless otherwise noted</p>
64+
</div>
6465
</section>
6566
</div>
6667

0 commit comments

Comments
 (0)