Skip to content

Commit 25769ae

Browse files
committed
Fix paths
1 parent b1ddb1a commit 25769ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kramdown:
55
input: GFM
66
pygments: true
77
permalink: pretty
8-
root: /sharktree/
8+
root: /sharktree

css/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ table td {
99
text-align:left;
1010
}
1111
.hero-unit {
12-
background-image:url('/images/SharkCover.jpg');
12+
background-image:url('{{site.root}}/images/SharkCover.jpg');
1313
opacity: 1.0;
1414
background-repeat: no-repeat;
1515
background-attachment: fixed;

0 commit comments

Comments
 (0)