This commit is contained in:
sharadcodes
2019-11-25 16:34:46 +05:30
parent a1bf76d295
commit d15757eb60
18 changed files with 1 additions and 3 deletions

5
_includes/nav.html Normal file
View File

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