rolandjesse.de/_layouts/error.html
2015-09-30 22:42:20 +02:00

31 lines
675 B
HTML

<!DOCTYPE html>
<html lang="{{ site.lang }}">
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
{% include navigation.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1><strong>{{ page.title }}</strong></h1>
{{ page.content | markdownify }}
<img class="img-responsive center-block" src="{{site.baseurl}}{{ site.404-img }}" alt="">
{% include social-buttons.html %}
</div>
</div>
</section>
{% include footer.html %}
{% include js.html %}
</body>
</html>