Add a mirror notice in the footer

This commit is contained in:
Las Zenow 2020-03-23 19:13:58 +00:00
parent 383214ee19
commit 6684e1b96a
22 changed files with 34 additions and 26 deletions

View file

@ -1,8 +1,18 @@
</div> <!-- container open in index.html -->
<footer class="container footer">
<hr />
<p><small>Chief Librarian: Las Zenow &lt;zenow@riseup.net&gt;<br />
Fork the source code from <a href="https://gitlab.com/trantor">gitlab</a></small>.</p>
<div class="row">
<div class="span6">
<p><small>Chief Librarian: Las Zenow &lt;zenow@riseup.net&gt;<br />
Fork the source code from <a href="https://gitlab.com/trantor">gitlab</a></small>.</p>
</div>
{{if not .IsOnion}}
<div class="span6">
<p class="pull-right"><small>This is a mirror of the tor onion service:<br />
<a href="http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion/">http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion</a></small></p>
</div>
{{end}}
</div>
</footer>
<!-- Placed at the end of the document so the pages load faster -->