projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f473768
)
Fixed syntax error in 404.html template code
author
Dan Hatch
<danhatch333@gmail.com>
Thu, 29 Jan 2015 20:18:19 +0000
(14:18 -0600)
committer
Anthony Fok
<foka@debian.org>
Sat, 31 Jan 2015 08:01:50 +0000
(
01:01
-0700)
docs/content/templates/404.md
patch
|
blob
|
history
diff --git
a/docs/content/templates/404.md
b/docs/content/templates/404.md
index e420534f79c7923a15573dd76168018720e4cb31..8c3434030ae00e6909e1ec3921d4e6bbfb6b65f8 100644
(file)
--- a/
docs/content/templates/404.md
+++ b/
docs/content/templates/404.md
@@
-38,5
+38,5
@@
This is a basic example of a 404.html template:
</div>
</section>
- {{ partial "footer.html" }}
+ {{ partial "footer.html"
.
}}