More index sections

This commit is contained in:
Jeremy Thomas
2018-04-10 12:48:58 +01:00
parent 8932a3e67f
commit abaf686b25
13 changed files with 173 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{% assign twUrl = "https://twitter.com/" | append: include.tweet.username | append: "/status/" | append: include.tweet.id %}
<article class="bd-tw">
<article class="bd-tw {{ include.modifier }}">
<header class="bd-tw-header">
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
<figure class="bd-tw-avatar">

View File

@@ -24,7 +24,7 @@
<div class="bd-more-loves">
<p class="bd-more-loves-container">
<a class="button is-medium is-danger bd-rainbow" href="{{ site.url }}/love/">
<a class="button is-medium is-danger bd-rainbow" href="{{ love_url }}">
<span>See more <strong>love</strong> 🤗</span>
</a>
</p>