1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-01-21 17:13:23 +00:00
hugo/docs/layouts/404.html

6 lines
116 B
HTML
Raw Normal View History

2016-07-13 22:01:06 +00:00
{{ partial "header.html" . }}
<div class="col-lg-8 col-md-12">
Page Not Found.
</div>
{{ partial "footer.html" . }}