forked from hyperium/hyperium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
20 lines (20 loc) · 1023 Bytes
/
footer.html
File metadata and controls
20 lines (20 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer class="hyper-footer col-md-12">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center text-sm-start text-muted">© 2025 hyper</div>
<div class="col-sm-6 text-center text-sm-end">
{% if page.hyper_path %}
<a href="https://github.com/hyperium/hyper/blob/master/{{ page.hyper_path }}">
edit this page on github
</a>
{% else %}
<a href="https://github.com/hyperium/hyperium.github.io/blob/master/{{ page.path }}">
edit this page on github
</a>
{% endif %}
</div>
</div>
</div>
</footer>
<script src="{{ "/js/rustdoc.js" | absolute_url }}"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>