Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

<!-- If they're out, get some from the cellar -->
<script>window.jQuery || document.write('<script src="{{ site.github.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="{{ site.github.url }}/assets/js/retina.min.js"></script>
<script src="/assets/js/retina.min.js"></script>

<!-- Custom JS -->
<script src="{{ site.github.url }}/assets/js/scripts.js"></script>
<script src="/assets/js/scripts.js"></script>

<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100768068); }catch(e){}</script>
Expand Down
6 changes: 3 additions & 3 deletions _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

{% if page.image.feature %}
<div class="overlay"></div>
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})"></div>
<div class="featured-image" style="background-image: url(/images/{{ page.image.feature }})"></div>
{% else %}
<div class="overlay"></div>
<div class="featured-image" style="background-image: url({{ site.github.url }}/images/beers.png)"></div>
<div class="featured-image" style="background-image: url(/images/beers.png)"></div>
{% endif %}

<div id='bump'>
Expand All @@ -29,4 +29,4 @@ <h1><a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a></h1>
</section>
</div>

{% include footer.html %}
{% include footer.html %}
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<div>
{% if page.image.feature %}
<div class="home featured-image" style="background-image: url({{ site.github.url }}/images/{{ page.image.feature }})">
<div class="home featured-image" style="background-image: url(/images/{{ page.image.feature }})">
{% else %}
<div class="home featured-image" style="background-image: url({{ site.github.url }}/images/beers.png)">
<div class="home featured-image" style="background-image: url(/images/beers.png)">
{% endif %}
<div class="header-content">
<img src="/images/logos/devbeers/devbeers-white-transparent-1000x628.png" />
Expand Down Expand Up @@ -54,4 +54,4 @@ <h1>{{page.title}}</h1>
</section>
</div>

{% include footer.html %}
{% include footer.html %}