From baa7101a7717b56ae066045d25dbcb5b620e70a3 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 11 May 2018 09:06:48 -0400 Subject: [PATCH] Move main pages to their own subdirectories for cleaner urls --- _includes/dock.html | 12 ++++++------ _layouts/default.html | 2 +- dev.html => dev/index.html | 0 docs.html => docs/index.html | 0 links.html => links/index.html | 0 lists.html => lists/index.html | 0 news.html => news/index.html | 0 themes.html => themes/index.html | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename dev.html => dev/index.html (100%) rename docs.html => docs/index.html (100%) rename links.html => links/index.html (100%) rename lists.html => lists/index.html (100%) rename news.html => news/index.html (100%) rename themes.html => themes/index.html (100%) diff --git a/_includes/dock.html b/_includes/dock.html index f565503..576e240 100644 --- a/_includes/dock.html +++ b/_includes/dock.html @@ -5,32 +5,32 @@ - News - Documentation - Mailing ListsMailing Lists - DevelopmentDevelopment - ThemesThemes - LinksLinks diff --git a/_layouts/default.html b/_layouts/default.html index 2ce8edc..fe3979b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@ Window Maker: {{ page.title }} - + diff --git a/dev.html b/dev/index.html similarity index 100% rename from dev.html rename to dev/index.html diff --git a/docs.html b/docs/index.html similarity index 100% rename from docs.html rename to docs/index.html diff --git a/links.html b/links/index.html similarity index 100% rename from links.html rename to links/index.html diff --git a/lists.html b/lists/index.html similarity index 100% rename from lists.html rename to lists/index.html diff --git a/news.html b/news/index.html similarity index 100% rename from news.html rename to news/index.html diff --git a/themes.html b/themes/index.html similarity index 100% rename from themes.html rename to themes/index.html