Remove author and categories from cards

This commit is contained in:
Oscar Cortez 2015-07-20 21:54:20 -06:00
parent f47b298014
commit 3bfdfb017e

View file

@ -3,7 +3,7 @@ layout: default
---
{% if site.post_type == 'highlight' %}
{% include highlight_post.html %}
{% for post in site.posts offset:1 %}
@ -22,16 +22,6 @@ layout: default
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{{ post.date | date: "%b %-d, %Y" }}
</a>
{% if post.author %}
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{{ post.author }}
</a>
{% endif %}
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{% for cat in post.categories %}{{ cat }}, {% endfor %}
</a>
</div>
<div class="mdl-card__menu">
<button class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect" id="post-{{ post.id }}">
@ -63,16 +53,6 @@ layout: default
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{{ post.date | date: "%b %-d, %Y" }}
</a>
{% if post.author %}
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{{ post.author }}
</a>
{% endif %}
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
{% for cat in post.categories %}{{ cat }}, {% endfor %}
</a>
</div>
<div class="mdl-card__menu">
<button class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect" id="post-{{ post.id }}">