mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +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 %}
|
||||
|
||||
{% if has_more == 'true' %}
|
||||
{{ post.content | post.excerpt | excerpt | markdownify }}
|
||||
{% else %}
|
||||
{% unless post.categories contains "goodies" and page.path contains "goodies" %}
|
||||
{% unless post.categories contains "goodies" and page.path contains "goodies" %}
|
||||
{% if has_more == 'true' %}
|
||||
{{ post.content | post.excerpt | excerpt | markdownify }}
|
||||
{% else %}
|
||||
{{ post.excerpt | markdownify }}
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
{% 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,10 +8,9 @@ author: Matthias Kretschmann
|
||||
featured: true
|
||||
|
||||
date: 2012-07-16 14:36:58+00:00
|
||||
wordpress_id: 2300
|
||||
categories:
|
||||
- design
|
||||
- goodies
|
||||
- design
|
||||
- goodies
|
||||
---
|
||||
|
||||
There's this HTML element meant for marking up keyboard keys named `<kbd>`. Obviously it can be styled with CSS so why not use it to make those elements look a bit more like hardware or the iOS and Android software keys.
|
||||
|
@ -8,12 +8,10 @@ author: Matthias Kretschmann
|
||||
featured: true
|
||||
|
||||
date: 2012-08-07 13:15:44+00:00
|
||||
wordpress_id: 2350
|
||||
categories:
|
||||
- goodies
|
||||
category: goodies
|
||||
tags:
|
||||
- iphone
|
||||
- wallpaper
|
||||
- iphone
|
||||
- wallpaper
|
||||
---
|
||||
|
||||
It [has been revealed](http://www.theverge.com/2012/8/3/3218846/schiller-forstall-fight-club-day-three-apple-samsung-trial/in/2971889) the original iPhone was developed in a locked down building under the name "Project Purple". Because of the secrecy involved, the team decorated the building with [Fight Club](http://www.imdb.com/title/tt0137523/) references:
|
||||
|
Loading…
Reference in New Issue
Block a user