diff --git a/config.yaml b/config.yaml index b07d6df3..967fb4de 100644 --- a/config.yaml +++ b/config.yaml @@ -53,21 +53,15 @@ params: menu: main: - - name: Home + - name: Posts url: / weight: 1 - - name: All posts - url: /post + - name: About + url: /about weight: 2 - name: RSS url: /index.xml weight: 3 - - name: Tags - url: /tags - weight: 4 - - name: About - url: /about - weight: 5 permalinks: post: '/blog/:year/:month/:day/:slug/' diff --git a/public/about/index.html b/public/about/index.html index 586052ad..23101de5 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -78,15 +78,11 @@