From 2d393dbad499954a398e970e4c21728f3395d483 Mon Sep 17 00:00:00 2001 From: IChou Date: Mon, 13 Feb 2017 00:18:27 +0800 Subject: title is a plural word in the index page of sections --- .gitignore | 1 + README.md | 5 ++++- layouts/partials/header.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 282f718..5c44039 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *~ .DS_Store .sass-cache +exampleSite/themes/ \ No newline at end of file diff --git a/README.md b/README.md index 680baa9..cb4bbd4 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,11 @@ hugo server -t vec ``` +## Design By + +Cedric Fung(@vecio) + ## License Open sourced under [MIT license](https://github.com/IvanChou/hugo-theme-vec/blob/master/LICENSE.md). - diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 06afda0..2d79b28 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,7 @@ {{ range .Site.Menus.main }} {{ $name := lower .Name }} -
  • +
  • ~/{{ lower .Name }}
  • {{end}} -- cgit v1.2.3