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

github.com/onweru/newsroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorone <onewesh@gmail.com>2019-10-11 15:25:24 +0300
committerGitHub <noreply@github.com>2019-10-11 15:25:24 +0300
commit48868918ce57481cf6edbd5849b407f24cbdf326 (patch)
treed0503d4fee7103199dd4947f0bcd558d9c3dd383
parent831f327d5fcf0bde7ee4932289c7fec556c0bfb2 (diff)
parentca1b0a2876423c3dacc8b3e0792c80624666aafd (diff)
Merge pull request #4 from plamen/master
Fix misspelled hyperlink to posts archive
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f210ad8..6e7b057 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer class = 'footer wrap pale'>
- <p>&copy; <span class = 'year'></span> {{ .Site.Title }}</p>
+ <p>&copy;&nbsp;<span class = 'year'></span>&nbsp;{{ .Site.Title }}</p>
<p>{{ i18n "designed_by" .Site.Data.designer | safeHTML }}</p>
</footer>
{{ $scripts := resources.Get "js/index.js" | resources.ExecuteAsTemplate "js/index.js" . }}