mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init migrating blog post
This commit is contained in:
@@ -39,6 +39,7 @@ breadcrumb:
|
||||
<div class="bd-links">
|
||||
{% for post in site.posts %}
|
||||
{% assign subtitle = post.date | date_to_string %}
|
||||
{% assign more = post.introduction | markdownify | strip_html %}
|
||||
{%
|
||||
include elements/link.html
|
||||
url=post.url
|
||||
@@ -47,7 +48,8 @@ breadcrumb:
|
||||
icon_regular=post.icon_regular
|
||||
icon=post.icon
|
||||
name=post.name
|
||||
subtitle=subtitle
|
||||
subtitle=more
|
||||
more=subtitle
|
||||
%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user