mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
17 lines
592 B
HTML
17 lines
592 B
HTML
{% extends "!footer.html" %}
|
|
|
|
{% block extrafooter %}
|
|
<div class="footer">
|
|
<div class="container">
|
|
© {{ copyright }}
|
|
<a href="https://github.com/pramsey">Paul Ramsey</a>,
|
|
<a href="http://github.com/pblottiere">Paul Blottiere</a>,
|
|
<a href="http://github.com/mbredif">Mathieu Brédif</a>,
|
|
<a href="http://github.com/elemoine">Eric Lemoine</a>,
|
|
and
|
|
<a href="https://github.com/pgpointcloud/pointcloud/graphs/contributors">others</a>,
|
|
</div>
|
|
</div>
|
|
{{ super() }}
|
|
{% endblock %}
|