From 2665ea29b6054770137a9aaf99357da3b4ca7bb0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 6 Feb 2018 07:48:16 +0800 Subject: [PATCH] add title to page links --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 006492e..283ad10 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -39,7 +39,7 @@ {% assign current = 'current' %} {% endif %} - {{ link.text }} + {{ link.text }} {% endfor %}