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

github.com/mcrwfrd/hugo-frances-theme.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 861ad01..b01faff 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,10 +5,10 @@
<div class="container">
<div class="row">
<div class="col-md-8">
- <h3 class="font-tertiary mt-4 mb-2">{{.Title}}</h3>
- <p class="font-secondary">by <span class="text-primary">{{$.Site.Params.Author}}</span></p>
+ <h3 class="font-tertiary mt-4 mb-2">{{ .Title }}</h3>
+ <p class="font-secondary">by <span class="text-primary">{{ $.Site.Params.Author }}</span></p>
<div class="content">
- {{.Content }}
+ {{ .Content }}
</div>
</div>
</div>