This repository was archived by the owner on Jan 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 <!-- If they're out, get some from the cellar -->
2020 < script > window . jQuery || document . write ( '<script src="{{ site.github.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>' ) </ script >
21- < script src ="{{ site.github.url }} /assets/js/retina.min.js "> </ script >
21+ < script src ="/assets/js/retina.min.js "> </ script >
2222
2323 <!-- Custom JS -->
24- < script src ="{{ site.github.url }} /assets/js/scripts.js "> </ script >
24+ < script src ="/assets/js/scripts.js "> </ script >
2525
2626 < script src ="//static.getclicky.com/js " type ="text/javascript "> </ script >
2727 < script type ="text/javascript "> try { clicky . init ( 100768068 ) ; } catch ( e ) { } </ script >
Original file line number Diff line number Diff line change 44
55{% if page.image.feature %}
66 < div class ="overlay "> </ div >
7- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) "> </ div >
7+ < div class ="featured-image " style ="background-image: url(/images/{{ page.image.feature }}) "> </ div >
88{% else %}
99 < div class ="overlay "> </ div >
10- < div class ="featured-image " style ="background-image: url({{ site.github.url }} /images/beers.png) "> </ div >
10+ < div class ="featured-image " style ="background-image: url(/images/beers.png) "> </ div >
1111{% endif %}
1212
1313 < div id ='bump '>
@@ -29,4 +29,4 @@ <h1><a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a></h1>
2929 </ section >
3030 </ div >
3131
32- {% include footer.html %}
32+ {% include footer.html %}
Original file line number Diff line number Diff line change 44
55 < div >
66 {% if page.image.feature %}
7- < div class ="home featured-image " style ="background-image: url({{ site.github.url }} /images/{{ page.image.feature }}) ">
7+ < div class ="home featured-image " style ="background-image: url(/images/{{ page.image.feature }}) ">
88 {% else %}
9- < div class ="home featured-image " style ="background-image: url({{ site.github.url }} /images/beers.png) ">
9+ < div class ="home featured-image " style ="background-image: url(/images/beers.png) ">
1010 {% endif %}
1111 < div class ="header-content ">
1212 < img src ="/images/logos/devbeers/devbeers-white-transparent-1000x628.png " />
@@ -54,4 +54,4 @@ <h1>{{page.title}}</h1>
5454</ section >
5555</ div>
5656
57- {% include footer.html %}
57+ {% include footer.html %}
You can’t perform that action at this time.
0 commit comments