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

@@ -1,27 +1,27 @@
{% assign twUrl = "https://twitter.com/" | append: include.username | append: "/status/" | append: include.id %}
<article class="tw">
<header class="tw-header">
<a class="tw-author" href="{{ twUrl }}" target="_blank">
<figure class="tw-avatar">
<article class="bd-tw">
<header class="bd-tw-header">
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
<figure class="bd-tw-avatar">
<img src="{{ include.avatar }}">
</figure>
<div class="tw-name">
<strong class="tw-fullname">
<div class="bd-tw-name">
<strong class="bd-tw-fullname">
{{ include.fullname }}
</strong>
<span class="tw-username">
<span class="bd-tw-username">
@{{ include.username }}
</span>
</div>
</a>
</header>
<div class="tw-content">
<div class="bd-tw-content">
{{ include.content }}
</div>
<p class="tw-date">
<p class="bd-tw-date">
<a href="{{ twUrl }}" target="_blank">
{{ include.date }}
</a>