Skip to content

Commit 4e59b3b

Browse files
committed
Merge branch 'master' into header-menu
2 parents 3bc5800 + ba9dfa5 commit 4e59b3b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

template/page_template.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<!-- Creative Commons License -->
5959
<div class="license">
6060
<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>
61+
<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>
6162
</div>
6263

6364
</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)