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>2019-08-24 14:32:41 +0300
committerDillon <dillonzq@outlook.com>2019-08-24 14:32:41 +0300
commit5cc4fdbe46442abe7a6949e821c1bd19370570bf (patch)
tree64505b33329ab4b0477dd907f6dc14e4bc7338fc /layouts/_default/single.html
parentc8bb0770e9bca9d75771d8c397b744448c4e9647 (diff)
feat: tidy style and layout
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 38ec7f7..fd9e887 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,10 +1,8 @@
{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }}
{{ define "content" }}
- <div class="post-warp">
- <header class="post-header">
- <div class="align-right"><h1 class="post-title">{{ .Title }}</h1></div>
- </header>
+ <div class="post-warp single">
+ <h1 class="post-title animated pulse faster">{{ .Title }}</h1>
<div class="post-content">
{{ .Content }}
</div>