Skip to content

Commit

Permalink
adds license footer to content pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbradley committed Jul 26, 2024
1 parent d7de396 commit 26597d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reader/layouts/partials/content-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<style>
footer {
text-align: center;
}
</style>

<hr/>
<div style="display: inline-flex; margin-left: auto; margin-right: auto;">
<a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="nofollow"><img
src='{{"images/CCSA.png" | relURL}}' alt=""
title="Creative Commons: Attribution-ShareAlike" style="max-width: 100%;"></a>
<a style="margin-left: 5px;"
href="https://www.cs.ubc.ca/~rtholmes/" rel="nofollow">Reid Holmes</a>
</div>
Binary file added reader/static/images/CCSA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26597d9

Please sign in to comment.