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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2020-02-28 21:45:34 +0300
committerGitHub <noreply@github.com>2020-02-28 21:45:34 +0300
commit62014e51353e6e951b8800437a14ba75bb5199b9 (patch)
tree9cdcfe54589b8cbe5f5bdf9dbb4d64e3a5948ce8
parentf178f6f98e8bf2273be2213fc66cb150b4d0cfe7 (diff)
parent6efd0ec9976e5aa3e415fa9dc49ba8276c59f51e (diff)
Merge pull request #52 from andrewharvey/patch-1
format layouts/_default/single.html with spaces for consistency
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f83dfc9..9bf3238 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
<main class="content side-text-padding">
<article class="post {{ if ne .Params.dropcap false }}dropcase{{ end }}">
<header class="post-header">
- <h1 class="post-title">{{ .Title }}</h1>
+ <h1 class="post-title">{{ .Title }}</h1>
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}
</header>
{{ with .Resources.GetMatch "featuredImage" -}}
@@ -35,4 +35,4 @@
</nav>
{{ partial "scripts.html" . }}
</body>
-</html> \ No newline at end of file
+</html>