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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author∆lx <alxschwrz@gmail.com>2016-12-21 11:03:16 +0300
committerGitHub <noreply@github.com>2016-12-21 11:03:16 +0300
commit6c3ae9c25f0aa7a4055ec9c1eeebb4a7d3af838f (patch)
treeea9e9afe3eba2dc2fcd648d18f6f051ea5cc53ec
parent6b0f52e03e33a320a9caa7794a512160baa80853 (diff)
parent269f32d88616ec71a77a50dd5df39b57f33c3343 (diff)
Merge pull request #5 from asifm/patch-1
Fix grammar
-rw-r--r--layouts/chrome/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/chrome/footer.html b/layouts/chrome/footer.html
index 2548b4c..a306358 100644
--- a/layouts/chrome/footer.html
+++ b/layouts/chrome/footer.html
@@ -1,6 +1,6 @@
<footer>
- Build with <a href="https://github.com/spf13/hugo">Hugo</a>
+ Built with <a href="https://github.com/spf13/hugo">Hugo</a>
<p>© Alexander Ivanov 2014</p>
</footer>
</div>
@@ -10,4 +10,4 @@
</div>
</body>
{{ template "theme/chrome/analytics.html" }}
-</html> \ No newline at end of file
+</html>