Jakub Filo
1d2d793065
-modified font awesome links section of header -cleaned up footer -changed name to planblog to better fit my use -added adsense support
8 lines
224 B
HTML
8 lines
224 B
HTML
{{ partial "header.html" . }}
|
|
<section class="row not-found">
|
|
<h1 class="col-md-4 col-md-offset-4">404</h1>
|
|
<div class="col-md-4 col-md-offset-4">This page does not exist!</div>
|
|
</section>
|
|
{{ partial "footer.html" . }}
|
|
|