Sha256: fe682a7ed33935ff83c8ae9f66ed5cb459ad7f20a2d6fb911b4d346256e52f74

Contents?: true

Size: 884 Bytes

Versions: 29

Compression:

Stored size: 884 Bytes

Contents

<div class="card">
    {% if post.image %}
    <div class="card-image">
        <img src="{{ post.image }}" alt="{{ post.title }}">
    </div>
    {% else %}
    <header class="card-header">
        <a class="card-header-title" href="{{ site.baseurl }}{{ post.url }}">{{ post.title}}</a>
    </header>
    {% endif %}
    <div class="card-content">
        <div class="content">
            {% if post.image %}
            <a class="title is-4" href="{{ site.baseurl }}{{ post.url }}">{{ post.title}}</a>
            {% endif %}
            <p>{{ post.excerpt }}</p>
        </div>
        <div class="has-text-centered">
            <a href="{{ site.baseurl }}{{ post.url }}" class="button is-primary">Read more</a>
        </div>
    </div>
    <footer class="card-footer">
        <p class="card-footer-item">Published: {{ post.date | date: "%b %-d, %Y" }}</p>
    </footer>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
bulma-clean-theme-0.10 _includes/post-card.html
bulma-clean-theme-0.9.2 _includes/post-card.html
bulma-clean-theme-0.9.1 _includes/post-card.html
bulma-clean-theme-0.9 _includes/post-card.html
bulma-clean-theme-0.8.1 _includes/post-card.html
bulma-clean-theme-0.8 _includes/post-card.html
bulma-clean-theme-0.7.2 _includes/post-card.html
bulma-clean-theme-0.7.1 _includes/post-card.html
bulma-clean-theme-0.7 _includes/post-card.html
bulma-clean-theme-0.6.5 _includes/post-card.html
bulma-clean-theme-0.6.4 _includes/post-card.html
bulma-clean-theme-0.6.3 _includes/post-card.html
bulma-clean-theme-0.6.2 _includes/post-card.html
bulma-clean-theme-0.6.1 _includes/post-card.html
bulma-clean-theme-0.6 _includes/post-card.html
bulma-clean-theme-0.5.8 _includes/post-card.html
bulma-clean-theme-0.5.7 _includes/post-card.html
bulma-clean-theme-0.5.6 _includes/post-card.html
bulma-clean-theme-0.5.5 _includes/post-card.html
bulma-clean-theme-0.5.4 _includes/post-card.html