Skip to content

Commit 9cfd839

Browse files
committed
template update: include link to github issues on reference pages and add creativecommons license text to go along with existing image on every page
1 parent 0727160 commit 9cfd839

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

template/page_template.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<!-- Creative Commons License -->
4242
<div class="license">
4343
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border: none" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
44+
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a></p>
4445
</div>
4546

4647
</div>

template/reference_index_template.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
{% endif %}
2323
{% endfor %}
2424
</div>
25+
<p>If you see any errors or have comments, please <a href="https://github.com/jdf/processing-py-site/issues?state=open">let us know.</a></p>
2526
{% endblock %}

template/reference_item_template.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373
{% endif %}
7474
</table>
7575

76-
Updated on {{ today }}.
76+
<p>Updated on {{ today }}.</p>
77+
<p>If you see any errors or have comments, please <a href="https://github.com/jdf/processing-py-site/issues?state=open">let us know.</a></p>
7778
{% endblock %}

0 commit comments

Comments
 (0)