404.html in jekyll-agency-1.1.0 vs 404.html in jekyll-agency-1.2.0
- old
+ new
@@ -1,14 +1,18 @@
---
layout: page
title: Page Not Found
+background: grey
---
+
<section class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">404 - Page Not Found</h2>
- <h3 class="section-subheading text-muted">The requested page could not be found.</h3>
+ <h3 class="section-subheading text-muted">
+ The requested page could not be found.
+ </h3>
</div>
</div>
</div>
-</section>
\ No newline at end of file
+</section>