Add bd classes

This commit is contained in:
Jeremy Thomas
2017-08-14 12:44:24 +01:00
parent 88fb510d93
commit cd2f886df2
66 changed files with 1184 additions and 2456 deletions

View File

@@ -10,17 +10,17 @@ route: blog
<div class="columns is-multiline">
{% for post in site.posts %}
<article class="column is-4">
<a class="article-image is-{{ post.color }}" href="{{ post.url }}">
<span class="article-overlay"></span>
<span class="article-icon">
<a class="bd-article-image is-{{ post.color }}" href="{{ post.url }}">
<span class="bd-article-overlay"></span>
<span class="bd-article-icon">
<i class="fa fa-{{ post.icon }}"></i>
</span>
<strong class="article-info">
<strong class="bd-article-info">
<span>
<time class="article-date" datetime="{{ post.date | date_to_xmlschema }}">
<time class="bd-article-date" datetime="{{ post.date | date_to_xmlschema }}">
{{ post.date | date_to_string }}
</time>
<strong class="article-title">
<strong class="bd-article-title">
{{ post.name }}
</strong>
</span>