Update tweets

This commit is contained in:
Jeremy Thomas
2021-05-03 19:54:31 +01:00
parent ee8eb6ad0d
commit 49b0100e1b
11 changed files with 798 additions and 109 deletions

View File

@@ -43,7 +43,7 @@ breadcrumb:
{% assign website = site.data.expo.by_id[website_id] %}
{% assign imageName = website_id | slugify %}
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
<a class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}" href="{{ website.url }}" target="_blank" rel="nofollow">
<div class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}">
<figure class="bd-website-image">
{% if website.highlighted %}
{% assign size1x = "1344x840" %}
@@ -78,7 +78,7 @@ breadcrumb:
<p class="bd-website-date">
{{ website.date }}
</p>
</a>
</div>
{% endfor %}
</div>