Commit 7e6efa36 authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Fixing the URL

parent 28527787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ title: Hank Quinlan's Blog
	<ul class="posts">

	  {% for post in site.posts %}
	    <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
	    <li><span>{{ post.date | date_to_string }}</span> » <a href="/esgf-docker/{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
	  {% endfor %}
	</ul>