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-16 22:40:34 +0300
committerDillon <dillonzq@outlook.com>2019-08-16 22:40:34 +0300
commit2653f1bc7cf20162d901a8625a993c01a433f91a (patch)
tree3a063833d481015e488f5bee0320b9d98ff61f6d /layouts/_default/single.html
parent9e08c96b1080c6bbdcd160dc3349623dc534428e (diff)
feat: fontawesome, admonition and faster
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 7de5483..9df7335 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,9 @@
{{ define "content" }}
<div class="post-warp">
- <h2 class="post-title" style="text-align:right;padding-bottom:2em">{{ .Title }}</h2>
+ <header class="post-header">
+ <div class="align-right"><h1 class="post-title">{{ .Title }}</h1></div>
+ </header>
<div class="post-content">
{{ .Content }}
</div>