Create Home page

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
commit cd59c54aa8
18 changed files with 4006 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<nav>
{% for link in site.menu_links %}
<a href="{{ link.url }}">{{ link.title }}</a>
{% endfor %}
</nav>