Add new icon text blog post

This commit is contained in:
Jeremy Thomas
2021-01-14 21:31:45 +00:00
parent 696621d028
commit 3ceb3213a7
4 changed files with 60 additions and 7 deletions

View File

@@ -39,7 +39,8 @@ breadcrumb:
<div class="bd-links">
{% for post in site.posts %}
{% assign date = post.date | date: "%B %-d" %}
{% assign more = post.introduction | markdownify | strip_html %}
{% assign name = post.title | markdownify %}
{% assign more = post.introduction | markdownify %}
{%
include elements/link.html
path=post.url
@@ -48,7 +49,7 @@ breadcrumb:
icon_regular=post.icon_regular
icon=post.icon
surtitle=date
name=post.name
name=name
subtitle=more
%}
{% endfor %}