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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-29 10:21:19 +0300
committerHanzei <hanzei@mailbox.org>2018-07-29 10:21:19 +0300
commitef4cd37814ed3acb0d7cedbcef6d28372624217a (patch)
tree1f1b90734eee45a1efbaf8bf5591b7de7c416c1e /layouts
parent2689fddc64708cbb8750543bfa8b134957b24574 (diff)
Use doublequotes when possible
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 802177d..6dede6b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -73,9 +73,9 @@
{{ end }}
<!-- Now for some cool projects -->
{{ partial "home/projects.html" . }}
- <!-- Let's show some blog posts -->
+ <!-- Let`s show some blog posts -->
{{ partial "home/blog.html" . }}
- <!-- Let's chat, shall we? -->
+ <!-- Let`s chat, shall we? -->
{{ with .Resources.GetMatch "contact.md" }}
<div class="section" id="{{ .File.TranslationBaseName }}">
<div class="container has-text-centered">
@@ -84,7 +84,7 @@
{{ .Content }}
</div>
{{ if .Site.Params.home.localTime }}
- <p>{{ i18n "index_currentTime" . }} <span id='time'></span>.</p>
+ <p>{{ i18n "index_currentTime" . }} <span id="time"></span>.</p>
{{ end }}
{{ with .Site.Params.email }}
<h3 class="subtitle is-3 has-text-centered top-pad">