summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-19 14:37:59 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-19 14:37:59 -0500
commit8422129c510c3a6c5ae89cf1ec51438d2229673b (patch)
tree47f7718e0afe85be0fe085b440ece56daa6a31a4
parent2d222d1347de24ce2174d7c8c471bf28bb2d63be (diff)
fix: typo in footer
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 1118adb..1d0b954 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -53,7 +53,7 @@
{% endblock content %}
</main>
<footer>
- This site was was built using <a href="https://www.getzola.org/">Zola</a>.
+ This site was built with <a href="https://www.getzola.org/">Zola</a>.
The <a href="{{ config.extra.repository }}">code</a> is licensed under
<a href="https://opensource.org/licenses/{{ config.extra.license }}">{{ config.extra.license }}</a>.
</footer>