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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
deleted file mode 100644
index 4d2dd17..0000000
--- a/layouts/posts/single.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!doctype html>
-<html class="no-js" lang="">
-
-{{ partial "head.html" . }}
-
-<body>
- {{ `<!--[if lte IE 9]>
- <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
- <![endif]-->` | safeHTML }}
-
- <!-- Add your site or application content here -->
- <div class="flex-column">
- {{ partial "banner.html" . }}
- <div class="home">
- <div class="logo">
- <h1><a href="/">{{.Site.Title}}</a></h1>
- </div>
- {{ partial "nav.html" . }}
- <div>
- <article>
- <h3>{{ .Title }}</h3>
- <div class="less">
- <time>Published: {{ .PublishDate.Format "Monday, Jan 2, 2006" }}</time>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;{{ .ReadingTime }} minute read&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;Using {{ .WordCount }} words
- </div>
- <div class="em">{{ .Content | safeHTML }}</div>
- <br />
- <br />
- <div class="less">Page link: <a href="{{ .RelPermalink }}" class="pagelink">{{ .RelPermalink }}</a></div>
- <div class="line-dotted"></div>
- <article>
- </div>
- {{ partial "footer.html" . }}
- </div>
- {{ partial "banner.html" . }}
- </div>
-
-
- {{ partial "foot.html" . }}
-</body>
-</html>