Update body.latte

Add a Link to the Contributors Page in the Copyright.
pull/97/head
Robin 6 years ago committed by GitHub
parent a510dfc09e
commit 02ba0e1c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -155,7 +155,7 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
<div class="ml-auto footer-copyright">
<!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thanks! -->
<a href="https://github.com/Wruczek/ts-website" target="_blank">ts-website</a> v {\__TSWEBSITE_VERSION} &mdash;
&copy; <a href="https://wruczek.tech/?source=tsw" target="_blank">Wruczek</a> 2017 - 2019
&copy; <a href="https://wruczek.tech/?source=tsw" target="_blank">Wruczek</a> and the <a href="https://github.com/Wruczek/ts-website/graphs/contributors" target="_blank">Github Contributors</a> 2017 - 2019
</div>
</footer>

Loading…
Cancel
Save