From 273ee0d696f795db4b5c11d3fbdc4646440c2573 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 18 May 2020 10:53:24 +0100 Subject: [PATCH] docs: remove unused page types --- docs/layouts/indexes/category.html | 24 -------------------- docs/layouts/indexes/post.html | 24 -------------------- docs/layouts/indexes/tag.html | 24 -------------------- docs/layouts/post/li.html | 4 ---- docs/layouts/post/single.html | 35 ------------------------------ docs/layouts/post/summary.html | 9 -------- 6 files changed, 120 deletions(-) delete mode 100644 docs/layouts/indexes/category.html delete mode 100644 docs/layouts/indexes/post.html delete mode 100644 docs/layouts/indexes/tag.html delete mode 100644 docs/layouts/post/li.html delete mode 100644 docs/layouts/post/single.html delete mode 100644 docs/layouts/post/summary.html diff --git a/docs/layouts/indexes/category.html b/docs/layouts/indexes/category.html deleted file mode 100644 index 0655674e4..000000000 --- a/docs/layouts/indexes/category.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ template "chrome/header.html" . }} - -{{ template "chrome/navbar.html" . }} -
-
-
-
- Items in category {{ .Title | lower }} -
    - {{ range .Data.Pages }} - {{ .Render "li" }} - {{ end}} -
-
-
- - -
- {{ template "chrome/menu.html" . }} -
-
-{{ template "chrome/footer.copyright.html" . }} -
-{{ template "chrome/footer.html" . }} diff --git a/docs/layouts/indexes/post.html b/docs/layouts/indexes/post.html deleted file mode 100644 index 85ee16cf4..000000000 --- a/docs/layouts/indexes/post.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ template "chrome/header.html" . }} - -{{ template "chrome/navbar.html" . }} -
-
-
-
- Blog Post Archive -
    - {{ range .Data.Pages }} - {{ .Render "li" }} - {{ end}} -
-
-
- - -
- {{ template "chrome/menu.html" . }} -
-
-{{ template "chrome/footer.copyright.html" . }} -
-{{ template "chrome/footer.html" . }} diff --git a/docs/layouts/indexes/tag.html b/docs/layouts/indexes/tag.html deleted file mode 100644 index e862f260e..000000000 --- a/docs/layouts/indexes/tag.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ template "chrome/header.html" . }} - -{{ template "chrome/navbar.html" . }} -
-
-
-
- Items with tag {{ .Title | lower }} -
    - {{ range .Data.Pages }} - {{ .Render "li" }} - {{ end}} -
-
-
- - -
- {{ template "chrome/menu.html" . }} -
-
-{{ template "chrome/footer.copyright.html" . }} -
-{{ template "chrome/footer.html" . }} diff --git a/docs/layouts/post/li.html b/docs/layouts/post/li.html deleted file mode 100644 index d57be9c80..000000000 --- a/docs/layouts/post/li.html +++ /dev/null @@ -1,4 +0,0 @@ -
  • -
    {{ .Title}}
    - posted on {{ .Date.Format "January 2, 2006" }}
    -
  • \ No newline at end of file diff --git a/docs/layouts/post/single.html b/docs/layouts/post/single.html deleted file mode 100644 index f32cac983..000000000 --- a/docs/layouts/post/single.html +++ /dev/null @@ -1,35 +0,0 @@ -{{ template "chrome/header.html" . }} - -{{ template "chrome/navbar.html" . }} -
    -
    -
    -
    -

    {{ .Title }}
    {{ .Description }}

    -
    - {{ .Content }} -
    -
    - - -
    -
    -

    {{ .Date.Format "January 2, 2006" }}
    - {{ .WordCount }} words

    -
    - Categories -
      - {{ range .Params.categories }} -
    • {{ . }}
    • - {{ end }} -
    -
    - Tags
    - {{ range .Params.tags }}{{ . }} {{ end }} -
    - {{ template "chrome/menu.html" . }} -
    -
    -{{ template "chrome/footer.copyright.html" . }} -
    -{{ template "chrome/footer.html" . }} diff --git a/docs/layouts/post/summary.html b/docs/layouts/post/summary.html deleted file mode 100644 index f70b6827a..000000000 --- a/docs/layouts/post/summary.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    - {{ .Title }} Posted on {{ .Date.Format "Jan 2, 2006" }}
    - {{ .Description }} -

    -
    -

    {{ .Summary }}

    - Read More -
    \ No newline at end of file