Skip to content

Commit

Permalink
"Chalk" literal to site.name varriable (nielsenramon#31)
Browse files Browse the repository at this point in the history
Previously, the 404 page said "Chalk", now it instead displays the site name with the liquid tag {{ site.name }}. [ci skip]
  • Loading branch information
greg-samek committed Jan 5, 2017
1 parent 11b032a commit 87bcb40
Show file tree
Hide file tree
Showing 77 changed files with 1,426 additions and 8,919 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

19 changes: 6 additions & 13 deletions 404.html
@@ -1,28 +1,21 @@
---
permalink: /404.html
sitemap: false
---

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ site.name }} | Page not found</title>
<title>Chalk | Page not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

{% if site.blog_theme == "light" %}
{% stylesheet notfound-light %}
{% else %}
{% stylesheet notfound-dark %}
{% endif %}

<link type="text/css" rel="stylesheet" href="/assets/notfound-light.css">

</head>
<body>
<main role="main" class="notfound-wrapper">
<div class="notfound-content">
<h1><a href="{{ '/' | relative_url }}" title="Back to homepage">{{ site.name }}</a></h1>
<h1><a href="/" title="Back to homepage">Chalk</a></h1>
<p>
Looks like you got lost. Let's get you back to the <a href="{{ '/' | relative_url }}">homepage</a>!
Looks like you got lost. Let's get you back to the <a href="/">homepage</a>!
</p>
</div>
</main>
Expand Down
12 changes: 0 additions & 12 deletions Gemfile

This file was deleted.

121 changes: 0 additions & 121 deletions Gemfile.lock

This file was deleted.

81 changes: 0 additions & 81 deletions README.md

This file was deleted.

0 comments on commit 87bcb40

Please sign in to comment.