inkhaven 1.6.21

Inkhaven — TUI literary work editor for Typst books
1
2
3
4
5
<footer class="site-footer">
  {% if site.footer %}<p class="footer-line">{{ site.footer }}</p>{% endif %}
  {% if site.author %}<p class="footer-line">{{ site.author }}</p>{% endif %}
  <p class="footer-built">{{ labels.built_with }} Inkhaven</p>
</footer>