This repository was archived by the owner on Jan 24, 2019. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
< section class ="article ">
6
6
7
7
< div class ="overlay "> </ div >
8
- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) "> </ div >
8
+ < div class ="featured-image " style ="background-image: url(/images/{{ page.image.feature }}) "> </ div >
9
9
{% else %}
10
10
11
11
{% include head-dark.html %}
Original file line number Diff line number Diff line change 5
5
< section class ="article ">
6
6
7
7
< div class ="overlay overlay-lighter "> </ div >
8
- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) "> </ div >
8
+ < div class ="featured-image " style ="background-image: url(/images/{{ page.image.feature }}) "> </ div >
9
9
{% else %}
10
10
11
11
{% include head-dark.html %}
Original file line number Diff line number Diff line change 5
5
< section class ="article ">
6
6
7
7
< div class ="overlay "> </ div >
8
- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) "> </ div >
8
+ < div class ="featured-image " style ="background-image: url(/images/{{ page.image.feature }}) "> </ div >
9
9
{% else %}
10
10
11
11
{% include head-dark.html %}
Original file line number Diff line number Diff line change 3
3
< section class ="article ">
4
4
5
5
{% if page.image.feature %}
6
- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) ">
6
+ < div class ="featured-image " style ="background-image: url(/images/{{ page.image.feature }}) ">
7
7
{% else %}
8
- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/beers.png) ">
8
+ < div class ="featured-image " style ="background-image: url(/images/beers.png) ">
9
9
{% endif %}
10
10
< div class ="header-content ">
11
11
< h1 >
You can’t perform that action at this time.
0 commit comments