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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-01 14:47:58 +0300
committerDillon <dillonzq@outlook.com>2020-02-01 14:47:58 +0300
commit437ef95e14ed568fd26fd45a950561b8588da024 (patch)
treefec451fca1e817db9918f4fcd84c2af06a2fa47f /layouts/_default/single.html
parent8aa4b6dce6da9601411c7caa07e6352c98ddc4f4 (diff)
feat(exampleSite): add some posts to exampleSite
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index cdc44ca..4eebf85 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
{{- define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end -}}
{{- define "content" -}}
- <div class="warpper single">
+ <div class="page single">
<h1 class="post-title animated pulse faster">
{{- .Title -}}
</h1>