mat.services/templates/partials/footer.html

16 lines
521 B
HTML
Raw Normal View History

2022-08-08 04:31:56 +00:00
<footer>
2022-08-28 06:41:20 +00:00
<div id="site-info">
<p id="powered-by">
powered by <a href="https://getzola.org" target="_blank" rel="noopener noreferral">zola</a> + <a
href="https://github.com/not-matthias/apollo" target="_blank" rel="noopener noreferral">apollo</a>
and
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>.
</p>
<p id="privacy-note">
<a href="/privacy">privacy notice</a>.
</p>
</div>
<p id="copyright">
&copy; 2022 mat ess.
2022-08-08 04:31:56 +00:00
</p>
</footer>