Use site.url instead of hardcoding one
Also clean up some cruft
This commit is contained in:
parent
29d0b3863d
commit
788e4609f6
11 changed files with 16 additions and 1021 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue