diff --git a/_data/general/footer.yml b/_data/general/footer.yml index a1749615..f187cc1f 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -40,7 +40,7 @@ - title: Sitemap cats: - name: Home - internal: '' + home: true - name: For Maker internal: maker - name: For Business diff --git a/_includes/header.html b/_includes/header.html index f565accf..e12fb094 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,12 +1,12 @@
- + {{ site.title }} diff --git a/_includes/link.html b/_includes/link.html index 7154ef00..919b6a54 100644 --- a/_includes/link.html +++ b/_includes/link.html @@ -4,6 +4,8 @@ {{ include.item.internal | relativurl }} {% elsif include.item.link %} {{ include.item.link }} +{% elsif include.item.home %} + {{ '/' | relative_url }} {% else %} {{ include.item }} {% endif %} \ No newline at end of file