You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 404.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@
5
5
6
6
<divclass="page">
7
7
<h1class="page-title">404: Page not found</h1>
8
-
<pclass="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <ahref="/">Head back home</a> to try finding it again.</p>
8
+
<pclass="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <ahref="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
Copy file name to clipboardExpand all lines: _config.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Dependencies
2
2
markdown: redcarpet
3
-
highlighter: pygments
3
+
pygments: true
4
4
5
5
# Permalinks
6
6
permalink: pretty
@@ -10,6 +10,7 @@ title: Hyde
10
10
tagline: 'A Jekyll theme'
11
11
description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
0 commit comments