feat: add time zone in rendered footer

This commit is contained in:
Ayo Ayco 2024-05-22 22:09:09 +02:00
parent 3cf870cef4
commit 0653435474

View file

@ -438,7 +438,7 @@
{{ attribution.owner }} {{ attribution.owner }}
</p> </p>
<p>Powered by <a href="https://ayco.io/sh/threads">/threads</a></p> <p>Powered by <a href="https://ayco.io/sh/threads">/threads</a></p>
<p>Rendered on {{ render_date }}</p> <p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
</footer> </footer>
</body> </body>
</html> </html>