1
0
Fork 0

removed date

This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 13:25:36 +02:00
parent 16e78edda1
commit 276e129981
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Total paginate-pages: {{ paginator.total_pages }}
{% for post in paginator.posts %}
<div class="row">
<div class="small-12 columns bottom-60">
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small> {{ post.date | date: "%d.%m.%Y" }} &middot; {% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</small></span></p>
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small>{% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</small></span></p>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
<p>
{% if post.image.thumb %}<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.url }}/assets/img/{{ post.image.thumb }}" class="alignleft" width="150" height="150" alt="{{ page.title escape_once }}"></a>{% endif %}

View file

@ -15,7 +15,7 @@ permalink: "/about/"
* Responsive Gallery, Videos, Grid, Typography,...
* 100% GitHub Pages friendly
* Easy editable navigation
* Easy editable navigation and social media links
* Lots of possibilities to customize it to your needs
* Various post formats to let your content shine
* Uses Jekyll 2.0