fix: one of those notorious one character solves
This commit is contained in:
parent
4cdff20070
commit
93f7a8894f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pagination:
|
||||||
permalink: "{{ post.slug }}/index.html"
|
permalink: "{{ post.slug }}/index.html"
|
||||||
schema: blog
|
schema: blog
|
||||||
---
|
---
|
||||||
{%- capture postUrl %}{{ meta.url }}{{ post.slug }}{% endcapture -%}
|
{%- capture postUrl %}{{ meta.url }}{{ post.slug }}/{% endcapture -%}
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
<div class="flex-centered gap-xs icon-small icon-light">
|
<div class="flex-centered gap-xs icon-small icon-light">
|
||||||
{% tablericon "calendar-month" "Date" %}
|
{% tablericon "calendar-month" "Date" %}
|
||||||
|
|
Reference in a new issue