Skip to content

Commit 1e18573

Browse files
committed
Update
1 parent 24f8736 commit 1e18573

25 files changed

+13
-13
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
3737
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
3838
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg)
3939
#
40-
urlimg: '/images/'
40+
urlimg: 'https://phlow.github.io/feeling-responsive/images/'
4141

4242

4343
# Logo size is 600x80 pixels

_includes/footer_scripts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{% if page.header.image_fullwidth %}
44
<script>
5-
$("#masthead").backstretch("{{ site.url }}{{ site.urlimg }}{{ page.header.image_fullwidth }}", {fade: 700});
6-
$("#masthead-with-text").backstretch("{{ site.url }}{{ site.urlimg }}{{ page.header.image_fullwidth }}", {fade: 700});
5+
$("#masthead").backstretch("{{ site.urlimg }}{{ page.header.image_fullwidth }}", {fade: 700});
6+
$("#masthead-with-text").backstretch("{{ site.urlimg }}{{ page.header.image_fullwidth }}", {fade: 700});
77
</script>
88
{% endif %}
99

_includes/frontpage-widget

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<a href="{{ widget_url }}">
44
{% if include.widget.image %}
55
{%comment%}TODO lazy loading{%endcomment%}
6-
{%comment%}<img class="lazy" data-src="{{ site.url }}{{ site.urlimg }}{{ include.widget.image }}" width="100%" alt="" />{%endcomment%}
6+
{%comment%}<img class="lazy" data-src="{{ site.urlimg }}{{ include.widget.image }}" width="100%" alt="" />{%endcomment%}
77
{%comment%}<noscript>{%endcomment%}
8-
<img src="{{ site.url }}{{ site.urlimg }}{{ include.widget.image }}" width="100%" alt="" />
8+
<img src="{{ site.urlimg }}{{ include.widget.image }}" width="100%" alt="" />
99
{%comment%}</noscript>{%endcomment%}
1010
{% endif %}
1111
{% if include.widget.video %}{{ include.widget.video }}{% endif %}

_includes/pagination

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p class="subheadline"><span class="subheader">{% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</span> – {% if post.subheadline %}{{ post.subheadline }}{% endif %}</p>
1414
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
1515
<p>
16-
{% if post.image.thumb %}<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.url }}{{ site.urlimg }}{{ post.image.thumb }}" class="alignleft" width="150" height="150" alt="{{ page.title escape_once }}"></a>{% endif %}
16+
{% if post.image.thumb %}<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.urlimg }}{{ post.image.thumb }}" class="alignleft" width="150" height="150" alt="{{ page.title escape_once }}"></a>{% endif %}
1717

1818
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
1919

images/_fullsize/ilt_1920x1200.jpg

-1.23 MB
Binary file not shown.
-38.6 KB
Binary file not shown.
-32.4 KB
Binary file not shown.
-25.1 KB
Binary file not shown.
-39.6 KB
Binary file not shown.

images/ad/ad-links-120x90.png

-3.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)