diff --git a/_data/header-menu.yml b/_data/header-menu.yml index 9c8b8a9..a64d945 100644 --- a/_data/header-menu.yml +++ b/_data/header-menu.yml @@ -1,5 +1,5 @@ items: - - link: /about/# + - link: /about/ title: About - - link: /media + - link: /media/ title: Media \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 85c9570..d3d308f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,7 +17,7 @@ {% for item in site.data.header-menu.items %} {% if item.items %} {% else %} {% endif %} {% endfor %}