add contact information to config
This commit is contained in:
6
app/templates/common/footer.html
Normal file
6
app/templates/common/footer.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<footer id="footer">
|
||||
<span>Pyrom commit <a href="{{ "https://git.poto.cafe/yagich/pyrom/commit/" + __commit }}">{{ __commit[:8] }}</a></span>
|
||||
<ul class="horizontal">
|
||||
<li><a href="{{ url_for('guides.contact') }}">Contact</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user