Skip to content

Commit

Permalink
"Chalk" literal to site.name varriable (barryclark#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 }}.
  • Loading branch information
lkwatson authored and nielsenramon committed Dec 29, 2016
1 parent b10d816 commit 11b032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<main role="main" class="notfound-wrapper">
<div class="notfound-content">
<h1><a href="{{ '/' | relative_url }}" title="Back to homepage">Chalk</a></h1>
<h1><a href="{{ '/' | relative_url }}" title="Back to homepage">{{ site.name }}</a></h1>
<p>
Looks like you got lost. Let's get you back to the <a href="{{ '/' | relative_url }}">homepage</a>!
</p>
Expand Down

0 comments on commit 11b032a

Please sign in to comment.