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

github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Oyudo <ebube.rc@gmail.com>2019-02-07 17:47:46 +0300
committerIkwuje <ikwuje24@gmail.com>2019-02-07 17:47:46 +0300
commitce9dcea408edbc8e2f7e08827efa2ecb4a80d180 (patch)
treec2a527efe8d1af9a7b8b5cc99d37b56838aaf78a
parentfadb8d823b379021c9e0c88fde3d765f84ff40a9 (diff)
More Descriptive 404 link text (#2)HEADmaster
'Am here' isn't exactly grammatically correct. You would probably want 'I'm here' instead. But even that didn't seem so descriptive in terms of the action to be carried out by clicking the link. I think 'Take me home' might be a worthy alternative.
-rw-r--r--layouts/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 521dc0f..581a604 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -5,9 +5,9 @@
<br>
<i>That’s all I know.</i>
</p>
- <a href="." style="text-decoration:underline">Am here.</a>
+ <a href="." style="text-decoration:underline">Take me home.</a>
{{ end }}
{{ define "widgets" }}
{{ partial "widgets.html" . }}
-{{ end }} \ No newline at end of file
+{{ end }}