Fixed syntax error in 404.html template code

This commit is contained in:
Dan Hatch 2015-01-29 14:18:19 -06:00 committed by Anthony Fok
parent f4737689bd
commit 20bed49f52

View file

@ -38,5 +38,5 @@ This is a basic example of a 404.html template:
</div>
</section>
{{ partial "footer.html" }}
{{ partial "footer.html" . }}