Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div>
<p>All website code is licensed {{ site.custom.license.site_code }}. Unless otherwise specified, all website content is licensed {{ site.custom.license.content }}.</p>
<p>All <a href="https://github.com/SeaGL/seagl.github.io">website code</a> is licensed {{ site.custom.license.site_code }}. Unless otherwise specified, all website content is licensed {{ site.custom.license.content }}.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This location is a little awkward since the context is establishing a dichotomy between code and content. Maybe something like this?

This website is open source. Unless otherwise specified, its code is licensed GPL v3.0 and its content is licensed CC BY-SA.

I do also like the per-page links e.g. “Edit” on session archives, though those probably should say “Source” instead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I meant to file an issue about per-page "Edit this page" links and forgot, and filed this instead. (I didn't realize the session archives had these already.)

Maybe we should close this PR in favor of that.

</div>

<ul id="footer-nav" role="navigation" class="list-inline-delimited">
Expand Down