-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfooter.html
19 lines (17 loc) · 872 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- Add comment hosting service here (optional) -->
<!-- Footer -->
<footer class="footer bd-footer bg-body-tertiary mt-auto py-md-3 py-4">
<div class="container text-body-secondary py-md-3 py-4" align="center">
<!-- Update licences -->
Content is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC BY-SA 4.0</a>
|
Sourcecode is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank" rel="noopener">GPL-3.0</a>
<br />
<!-- Please keep the following line -->
Built by <a href="https://github.com/ashki23/pandoc-bootstrap" target="_blank" rel="noopener">pandoc-bootstrap</a> theme
<br />
<!-- Update copyright -->
Copyright, Author Name
</div>
</footer>
<!-- Add global site tag (gtag.js) and site analytics here (optional) -->