more images, more content
This commit is contained in:
parent
459e385622
commit
d5bfc60bef
9 changed files with 130 additions and 6 deletions
|
|
@ -15,13 +15,13 @@ background: '/img/bg-default.jpg'
|
|||
<h3 class="post-subtitle">{{ post.excerpt | strip_html | truncatewords: 15 }}</h3>
|
||||
{% endif %}
|
||||
</a>
|
||||
<p class="post-meta">Posted by
|
||||
<p class="post-meta">Geschrieben von
|
||||
{% if post.author %}
|
||||
{{ post.author }}
|
||||
{% else %}
|
||||
{{ site.author }}
|
||||
{% endif %}
|
||||
on {{ post.date | date: '%B %d, %Y' }} · {% include read_time.html content=post.content %}
|
||||
am {{ post.date | date: '%d.%m.%Y' }}
|
||||
</p>
|
||||
</article>
|
||||
|
||||
|
|
@ -36,11 +36,11 @@ background: '/img/bg-default.jpg'
|
|||
|
||||
{% if paginator.previous_page %}
|
||||
<a class="btn btn-primary float-left" href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">←
|
||||
Newer<span class="d-none d-md-inline"> Posts</span></a>
|
||||
Neuere<span class="d-none d-md-inline"> Artikel</span></a>
|
||||
{% endif %}
|
||||
|
||||
{% if paginator.next_page %}
|
||||
<a class="btn btn-primary float-right" href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older<span class="d-none d-md-inline"> Posts</span> →</a>
|
||||
<a class="btn btn-primary float-right" href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Ältere<span class="d-none d-md-inline"> Artikel</span> →</a>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue