Create Home page
This commit is contained in:
commit
cd59c54aa8
18 changed files with 4006 additions and 0 deletions
5
source/_includes/main-menu.html.twig
Normal file
5
source/_includes/main-menu.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<nav>
|
||||
{% for link in site.menu_links %}
|
||||
<a href="{{ link.url }}">{{ link.title }}</a>
|
||||
{% endfor %}
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue