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

22 lines
812 B
HTML
Raw Permalink Normal View History

2012-08-17 10:22:13 +02:00
</div> <!-- container open in index.html -->
<footer class="container footer">
2012-08-17 08:25:44 +02:00
<hr />
2020-03-23 19:13:58 +00:00
<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">
2020-04-11 16:54:03 +00:00
<p class="pull-right"><small>This is a mirror of the <a href="https://www.torproject.org/">Tor</a> onion service:<br />
2020-03-23 19:13:58 +00:00
<a href="http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion/">http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion</a></small></p>
</div>
{{end}}
</div>
2012-07-30 23:23:38 +02:00
</footer>
2012-08-17 08:25:44 +02:00
<!-- Placed at the end of the document so the pages load faster -->
2012-12-17 21:12:16 +01:00
<script src="/js/bootstrap.min.js"></script>
2012-07-30 23:23:38 +02:00
</body>
</html>