mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
fix goodies display
This commit is contained in:
parent
bdf9065e9b
commit
2ac464a307
@ -63,13 +63,13 @@
|
||||
|
||||
{% capture has_more %}{{ post.content | has_excerpt }}{% endcapture %}
|
||||
|
||||
{% unless post.categories contains "goodies" and page.path contains "goodies" %}
|
||||
{% if has_more == 'true' %}
|
||||
{{ post.content | post.excerpt | excerpt | markdownify }}
|
||||
{% else %}
|
||||
{% unless post.categories contains "goodies" and page.path contains "goodies" %}
|
||||
{{ post.excerpt | markdownify }}
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
{% endunless %}
|
||||
|
||||
{% if post.categories contains "goodies" and page.path contains "goodies" %}
|
||||
<footer class="goodie-actions grid grid--gutters grid--full grid-small--fit">
|
||||
|
@ -8,7 +8,6 @@ author: Matthias Kretschmann
|
||||
featured: true
|
||||
|
||||
date: 2012-07-16 14:36:58+00:00
|
||||
wordpress_id: 2300
|
||||
categories:
|
||||
- design
|
||||
- goodies
|
||||
|
@ -8,9 +8,7 @@ author: Matthias Kretschmann
|
||||
featured: true
|
||||
|
||||
date: 2012-08-07 13:15:44+00:00
|
||||
wordpress_id: 2350
|
||||
categories:
|
||||
- goodies
|
||||
category: goodies
|
||||
tags:
|
||||
- iphone
|
||||
- wallpaper
|
||||
|
Loading…
Reference in New Issue
Block a user