mat.services/templates/partials/footer.html

20 lines
882 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">
2022-10-21 06:26:16 +00:00
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>
2022-08-28 06:41:20 +00:00
and
2023-01-28 19:09:53 +00:00
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>
2022-08-28 06:41:20 +00:00
</p>
<p id="privacy-note">
2023-01-28 19:09:53 +00:00
<a href="/privacy">privacy notice</a>
2022-08-28 06:41:20 +00:00
</p>
</div>
<p id="copyright">
2023-01-28 19:09:53 +00:00
&copy; 2022-2023 mat ess
2022-08-08 04:31:56 +00:00
</p>
2022-10-23 15:51:11 +00:00
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
<noscript>
2022-10-21 06:26:16 +00:00
{%- set current_path = current_path | default(value="/") %}
<img id=pixel src="https://stats.mat.services/count?p={{ current_path | safe }}">
</noscript>
2022-08-08 04:31:56 +00:00
</footer>