forked from samesies/barber-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c471c4a
commit c34befb
Showing
9 changed files
with
32 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,13 @@ | ||
--- | ||
layout: default | ||
--- | ||
<!-- | ||
This error template is used for all 404 errors, which might occur on your site. | ||
It's a good idea to keep this template as minimal as possible in terms of both file size and complexity. | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title>{{ site.title }}</title> | ||
|
||
<link rel="icon" type="image/x-icon" href="{{ '/assets/images/favicon.ico' | prepend: site.baseurl }}"> | ||
|
||
<link rel="stylesheet" href="{{ '/assets/css/app.min.css' | prepend: site.baseurl }}"> | ||
</head> | ||
<body class="error-template"> | ||
{% include header.html %} | ||
|
||
<main class="💈"> | ||
<section class="mast section-padding"> | ||
<div class="grid-small"> | ||
<h2>404</h2> | ||
<p class="mast__text">This page does not exist.</p> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<footer class="footer section-padding"> | ||
<div class="grid"> | ||
{{#if @labs.subscribers}} | ||
<div class="subscribe" id="subscribe"> | ||
<div class="subscribe__container"> | ||
<span class="subscribe__title">Subscribe</span> | ||
<p class="subscribe__text">Get a weekly email of posts I’ve added to the site.</p> | ||
{{subscribe_form placeholder="Email Address"}} | ||
</div> | ||
</div> | ||
|
||
<hr class="sep"/> | ||
{{/if}} | ||
|
||
<div class="footer__container"> | ||
{% tags_list :threshold => 1, :sort_by => count, :order_by => desc, :limit => 5 %} | ||
|
||
{% include social.html %} | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> | ||
<section class="mast section-padding--double"> | ||
<div class="grid-small"> | ||
<h2>404</h2> | ||
<p class="mast__text">This page does not exist.</p> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.