Skip to content

Commit 276e129

Browse files
author
Moritz »mo.« Sauer
committed
removed date
1 parent 16e78ed commit 276e129

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% for post in paginator.posts %}
99
<div class="row">
1010
<div class="small-12 columns bottom-60">
11-
<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>
11+
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small>{% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</small></span></p>
1212
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
1313
<p>
1414
{% 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 %}

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permalink: "/about/"
1515

1616
* Responsive Gallery, Videos, Grid, Typography,...
1717
* 100% GitHub Pages friendly
18-
* Easy editable navigation
18+
* Easy editable navigation and social media links
1919
* Lots of possibilities to customize it to your needs
2020
* Various post formats to let your content shine
2121
* Uses Jekyll 2.0

0 commit comments

Comments
 (0)