From 77498e62ac8d1b7454142c5460caa3fe5b8a09e0 Mon Sep 17 00:00:00 2001 From: Basile Burg <basile.b@gmx.com> Date: Fri, 26 Jan 2018 20:55:49 +0100 Subject: [PATCH] udpate --- docs/_includes/header.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 69d2321a..16278fb9 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -5,9 +5,6 @@ {% for page in site.pages %} {% if page.title %} <li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li> {% endif %} {% endfor %} - <li><a href="{{ "/blog" | prepend: site.baseurl }}">Blog</a></li> - </ul> - </li> </ul> </nav> </div>