Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
378B

  1. <footer id="footer" class="footer">
  2. <div class="columns">
  3. <div class="column has-text-justified is-one-third">
  4. <p>&copy; 2023 </p>
  5. </div>
  6. <div class="column has-text-centered is-one-third">
  7. </div>
  8. {% if git-revision %}
  9. <div class="column has-text-right is-one-third">
  10. <p>{{ git-revision }}</p>
  11. </div>
  12. {% endif %}
  13. </div>
  14. </footer>