Skip to content

Commit ba9dfa5

Browse files
authored
Merge pull request #167 from FeXd/let-us-know
template update
2 parents 0727160 + 9cfd839 commit ba9dfa5

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
@@ -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)