From 548b8385f2d2c96c7e847b361f8699ed9112f2dc Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Sun, 9 Sep 2018 16:53:34 +0000 Subject: [PATCH] Fix Home, All Posts, and 404 pages displaying in tiles --- 404.md | 1 + _includes/tiles.html | 2 +- all_posts.md | 1 + index.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/404.md b/404.md index ecfd198..9595f79 100644 --- a/404.md +++ b/404.md @@ -1,6 +1,7 @@ --- layout: post title: 404 +show_tile: false --- Page not found! :( \ No newline at end of file diff --git a/_includes/tiles.html b/_includes/tiles.html index d9a0524..b118414 100644 --- a/_includes/tiles.html +++ b/_includes/tiles.html @@ -13,7 +13,7 @@ {% endif %} {% endfor %} {% for page in site.pages limit:site.tiles-count %} - {% if site.tiles-source == 'pages' and page.title != 404 %} + {% if site.tiles-source == 'pages' and page.show_tile != false %}
diff --git a/all_posts.md b/all_posts.md index cec4835..3a1b027 100644 --- a/all_posts.md +++ b/all_posts.md @@ -6,6 +6,7 @@ nav-menu: true description: null image: null author: null +show_tile: false ---

All posts

diff --git a/index.md b/index.md index b253c9d..aadab6e 100644 --- a/index.md +++ b/index.md @@ -5,6 +5,7 @@ landing-title: 'Hi, my name is Forty' description: null image: null author: null +show_tile: false --- Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet pharetra et feugiat tempus.