removed date
This commit is contained in:
parent
16e78edda1
commit
276e129981
2 changed files with 2 additions and 2 deletions
|
@ -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" }} · {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}</small></span></p>
|
||||
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small>{% if post.categories %}{{ post.categories | join: ' · ' }}{% 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 %}
|
||||
|
|
2
about.md
2
about.md
|
@ -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
|
||||
|
|
Reference in a new issue