projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e45c9d3
)
use correct apostrophe on 404 page
author
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 07:32:30 +0000
(
01:32
-0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 07:32:30 +0000
(
01:32
-0600)
src/partials/article.hbs
patch
|
blob
|
history
diff --git
a/src/partials/article.hbs
b/src/partials/article.hbs
index
5b68a72
..
01df513
100644
(file)
--- a/
src/partials/article.hbs
+++ b/
src/partials/article.hbs
@@
-2,7
+2,7
@@
{{#if (eq page.layout '404')}}
<h1>{{{or page.title 'Page Not Found'}}}</h1>
<div class="paragraph">
-<p>The page you
'
re looking for does not exist. It may have been moved.</p>
+<p>The page you
’
re looking for does not exist. It may have been moved.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.