This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/footer.html
Las Zenow 6a3da59c75 Port the web to bootstrap5
So it is responsive in phones.
2021-05-01 11:08:35 +00:00

24 lines
867 B
HTML

</div> <!-- container open in index.html -->
</main>
<footer>
<div class="container">
<hr />
<div class="row">
<div class="col">
<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="col">
<p class="d-flex justify-content-end"><small>This is a mirror of the <a href="https://www.torproject.org/">Tor</a> onion service:<br />
<a href="http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion/">http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion</a></small></p>
</div>
{{end}}
</div>
</div> <!-- container -->
</footer>
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/bootstrap.bundle.min.js"></script>
</body>
</html>