site/templates/footer.rs.html

18 lines
844 B
HTML
Raw Normal View History

2020-07-15 13:16:51 +00:00
@use crate::APPLICATION_NAME as APP;
2020-07-12 22:19:18 +00:00
@()
2020-07-12 22:39:50 +00:00
</div>
2020-07-15 13:16:51 +00:00
<hr />
2020-07-12 22:19:18 +00:00
<footer>
<blockquote>Copyright 2020 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employers; future, past and present.</blockquote>
<!--<p>Like what you see? Donate on <a href="https://www.patreon.com/cadey">Patreon</a> like <a href="/patrons">these awesome people</a>!</p>-->
<p>Looking for someone for your team? Take a look <a href="/signalboost">here</a>.</p>
2020-07-15 13:27:42 +00:00
<p>Served by @APP running commit <a href="https://github.com/Xe/site/commit/@env!("GITHUB_SHA")">@env!("GITHUB_SHA")</a>, see <a href="https://github.com/Xe/site">source code here</a>.</p>
2020-07-12 22:19:18 +00:00
</footer>
</div>
<script src="/static/js/installsw.js" defer></script>
</body>
</html>