Remove author and categories from cards
This commit is contained in:
parent
f47b298014
commit
3bfdfb017e
1 changed files with 1 additions and 21 deletions
22
index.html
22
index.html
|
|
@ -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 }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue