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

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 93ef78c..dde1a8b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,11 +1,11 @@
{{ define "main" }}
- <div class="header">
+ <div class="header">
<img src="logo.png" class="logo">
</div>
- <div class="content wrapper">
+ <div class="content wrapper">
{{ .Content | markdownify }}
</div>
- {{end}}
+{{end}}