Show and Log Version

This commit is contained in:
spikecodes 2020-12-05 21:29:25 -08:00
parent 04310c58e0
commit 6794f7d6ba
3 changed files with 7 additions and 2 deletions

View file

@ -21,7 +21,7 @@
{% block body %}
{% block header %}
<header>
<a href="/"><span id="lib">lib</span>reddit.</a>
<a href="/"><span id="lib">lib</span>reddit. <span id="version">v{{ env!("CARGO_PKG_VERSION") }}</span></a>
<a id="github" href="https://github.com/spikecodes/libreddit">GITHUB</a>
</header>
{% endblock %}