diff --git a/content/blog/2018-06-01-old-blog-example.md b/content/blog/2018-06-01-old-blog-example.md deleted file mode 100644 index 0307d36..0000000 --- a/content/blog/2018-06-01-old-blog-example.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Old -description: 2018-01-01 -menu: blog_2018 -weight: 999 ---- - -# Title - -coming...... \ No newline at end of file diff --git a/content/blog/2018-06-03-new-blog-example.md b/content/blog/2018-06-03-new-blog-example.md deleted file mode 100644 index f06bb9c..0000000 --- a/content/blog/2018-06-03-new-blog-example.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: New -description: 2018-06-11 -menu: blog_2018 -weight: 998 ---- - -# Title - -coming...... \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 7bbffe7..0000000 --- a/content/blog/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Blog -description: Happy journey with Actix -menu: - blog_intro: - name: Welcome -weight: 1 ---- - -Welcome to Actix blogs. \ No newline at end of file diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html deleted file mode 100644 index a7bcfbb..0000000 --- a/layouts/blog/baseof.html +++ /dev/null @@ -1,60 +0,0 @@ -{{ partial "header" . }} -{{ $currentURL := .URL }} - -
-
-

{{ .Title }}

- {{ if .Description }} -

{{ .Description }}

- {{ end }} -
-
- -
-
-
- - - - - -
-
-
- {{ block "main" . }}{{ end }} - - {{ with .PrevInSection }}{{ end }} -
-
-
-
- -{{ partial "footer" . }} diff --git a/layouts/blog/blog.html b/layouts/blog/blog.html deleted file mode 100644 index e0e8308..0000000 --- a/layouts/blog/blog.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - {{ .Content }} -{{ end }} diff --git a/layouts/blog/single.html b/layouts/blog/single.html deleted file mode 100644 index e0e8308..0000000 --- a/layouts/blog/single.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - {{ .Content }} -{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 292e115..21a18e9 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -36,9 +36,6 @@ -