1
0
Fork 0

Use site.url instead of hardcoding one

Also clean up some cruft
This commit is contained in:
Luca Beltrame 2015-05-16 12:26:29 +02:00
parent 29d0b3863d
commit 788e4609f6
11 changed files with 16 additions and 1021 deletions

View file

@ -40,18 +40,18 @@ Everything went out smoothly and I got the unit in about 5 days.
<ul class="clearing-thumbs small-block-grid-3" data-clearing>
<li>
<a href="https://www.dennogumi.org/images/2014/05/IMG_20140525_202729.jpg">
<img data-caption="The unit, closed" src="https://www.dennogumi.org/images/2014/05/IMG_20140525_202729-300x225.jpg">
<a href="{{ site.url }}/images/2014/05/IMG_20140525_202729.jpg">
<img data-caption="The unit, closed" src="{{ site.url }}/images/2014/05/IMG_20140525_202729-300x225.jpg">
</a>
</li>
<li>
<a href="https://www.dennogumi.org/images/2014/05/IMG_20140525_202838.jpg">
<img data-caption="The unit with lid opened" src="https://www.dennogumi.org/images/2014/05/IMG_20140525_202838-225x300.jpg">
<a href="{{ site.url }}/images/2014/05/IMG_20140525_202838.jpg">
<img data-caption="The unit with lid opened" src="{{ site.url }}/images/2014/05/IMG_20140525_202838-225x300.jpg">
</a>
</li>
<li>
<a href="https://www.dennogumi.org/images/2014/05/IMG_20140525_203404.jpg">
<img data-caption="The laptop running on the 'Leisure' activity" src="https://www.dennogumi.org/images/2014/05/IMG_20140525_203404-225x300.jpg">
<a href="{{ site.url }}/images/2014/05/IMG_20140525_203404.jpg">
<img data-caption="The laptop running on the 'Leisure' activity" src="{{ site.url }}/images/2014/05/IMG_20140525_203404-225x300.jpg">
</a>
</li>
</ul>