Skip to content

Commit 68e13a5

Browse files
author
Curtis Rissi
committed
Fixed background image URL on index.html
1 parent 512d482 commit 68e13a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Home
44
about: 'about.html'
5-
cover: http://www.boringgeek.com/content/images/2015/05/imacWindowReduced.jpg
5+
cover: http://assets.boringgeek.com/imacWindowReduced.jpg
66
---
77

88
<header class="main-header {% if page.cover %}" style="background-image: url({{ page.cover }}) {%else%}no-cover{% endif %}">

0 commit comments

Comments
 (0)