Fix support for relative urls, general cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ layout: default
|
||||
<section>
|
||||
{% loopdir path:"gallery" match:"*/index.html" sort:"-date" %}
|
||||
<div style="display:inline-block;height:274px;margin:8px 10px 0 0;text-align:center;width:200px;">
|
||||
<a href="/{{ item.path|replace:'/index.html','/' }}" style="text-decoration:none;">
|
||||
<a href="/{{ site.baseurl }}/{{ item.path|replace:'/index.html','/' }}" style="text-decoration:none;">
|
||||
<img alt="{{ item.title }}" height="200" src="{{ site.asset_prefix }}/{{ item.path|replace:'/index.html','' }}/{{ item.highlight_photo }}~200x200.jpg" title="{{ item.title }}" width="200" style="border-radius:4px;" />
|
||||
<span style="text-decoration:underline;">{{ item.title }}</span>
|
||||
{% if item.date %}<br />
|
||||
|
||||
@@ -1,67 +0,0 @@
|
||||
---
|
||||
id: 41
|
||||
title: Gallery
|
||||
author: Rik
|
||||
layout: page
|
||||
guid: http://csbnw.no-ip.org:38/?page_id=41
|
||||
---
|
||||
Naast foto’s die bij bepaalde activiteiten horen, kom vaak situaties tegen die ik de moeite waard vind om op beeld vast te leggen. Navigeer via het menu naar de betreffende albums, of bekijk deze willekeurige foto’s:
|
||||
|
||||
<span style="line-height: 1.5;">
|
||||
|
||||
<div
|
||||
class="ngg-galleryoverview ngg-ajax-pagination-none"
|
||||
id="ngg-gallery-8a2cad5e2fc63821320d8fc5a555a264-1">
|
||||
<div class="slideshowlink">
|
||||
<a href='http://csbnw.no-ip.org:38/index.php/nggallery/slideshow?page_id=41'>[Show slideshow]</a>
|
||||
</div>
|
||||
|
||||
<!-- Thumbnails -->
|
||||
|
||||
<div id="ngg-image-0" class="ngg-gallery-thumbnail-box" >
|
||||
<div class="ngg-gallery-thumbnail">
|
||||
<a href="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/IMAG0051.jpg"
|
||||
title=""
|
||||
data-src="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/IMAG0051.jpg"
|
||||
data-thumbnail="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/thumbs/thumbs_IMAG0051.jpg"
|
||||
data-image-id="45"
|
||||
data-title="imag0051"
|
||||
data-description=""
|
||||
class="ngg-fancybox" rel="8a2cad5e2fc63821320d8fc5a555a264"> <img
|
||||
title="imag0051"
|
||||
alt="imag0051"
|
||||
src="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/thumbs/thumbs_IMAG0051.jpg"
|
||||
width="120"
|
||||
height="90"
|
||||
style="max-width:none;"
|
||||
/> </a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ngg-image-1" class="ngg-gallery-thumbnail-box" >
|
||||
<div class="ngg-gallery-thumbnail">
|
||||
<a href="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/IMAG0099.jpg"
|
||||
title=""
|
||||
data-src="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/IMAG0099.jpg"
|
||||
data-thumbnail="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/thumbs/thumbs_IMAG0099.jpg"
|
||||
data-image-id="46"
|
||||
data-title="imag0099"
|
||||
data-description=""
|
||||
class="ngg-fancybox" rel="8a2cad5e2fc63821320d8fc5a555a264"> <img
|
||||
title="imag0099"
|
||||
alt="imag0099"
|
||||
src="http://csbnw.no-ip.org:38/wp-content/gallery/Miscellaneous/thumbs/thumbs_IMAG0099.jpg"
|
||||
width="120"
|
||||
height="90"
|
||||
style="max-width:none;"
|
||||
/> </a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Pagination -->
|
||||
|
||||
<div class='ngg-clear'>
|
||||
</div>
|
||||
</div></span>
|
||||
|
||||
<span style="line-height: 1.5;"> Wist je dat ik alle foto’s op dit blog met de camera op mijn HTC One S maak? Geloof het of niet, maar zelfs de prachtige panorama’s boven elke pagina zijn daarvan afkomstig. </span>
|
||||
Reference in New Issue
Block a user