Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-07-01 17:30:04 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-01 17:30:04 +0300
commitb0618b633894f791d19795ff458dafad8d6d80dd (patch)
treeb3ee844aad2f446757ba723bd3fa755d90e32a52 /layouts
parent2ec4cef1467a5913314ac98d2f26c0d10bf58f2d (diff)
Delete template for About section
Diffstat (limited to 'layouts')
-rw-r--r--layouts/about/list.html13
-rw-r--r--layouts/about/single.html10
2 files changed, 0 insertions, 23 deletions
diff --git a/layouts/about/list.html b/layouts/about/list.html
deleted file mode 100644
index 44186d3..0000000
--- a/layouts/about/list.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ partial "header" . }}
-<section>
- <h2>{{ T "sectionAbout" }}</h2>
- {{ with .Content }}{{.}}{{ end }}
-</section>
-<section>
- <ul>
- {{ range .Pages }}
- <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
- {{ end }}
- </ul>
-</section>
-{{ partial "footer" . }}
diff --git a/layouts/about/single.html b/layouts/about/single.html
deleted file mode 100644
index 448872e..0000000
--- a/layouts/about/single.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ partial "header" . }}
-<article>
- <header>
- <h1>{{ .Title }}</h1>
- </header>
- {{ .Content }}
- <hr/>
- <a href="/about">{{ T "backtoAbout" }}</a>
-</article>
-{{ partial "footer" . }}