Commit f9caa79d authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Changing configuration.

parent 7e6efa36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
theme: jekyll-theme-cayman
name: Hank Quinlan, Horrible Cop
markdown: kramdown
permalink: /esgf-docker/:year/:month/:day/:title
+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="/esgf-docker/{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
	    <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
	  {% endfor %}
	</ul>