Skip to content

Commit 6c03120

Browse files
committed
docs: remove forgotten log statement
1 parent ce7ed4e commit 6c03120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/_includes/layout-blog-index.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ layout: layout-base.njk
1515
{% for post in collections.blog %}
1616
<pfe-card>
1717
<h2 slot="header">{{ post.data.title }}</h2>
18-
{{ post.data | log }}
1918
{% if post.data.tagline %}<p class="tagline">{{ post.data.tagline }}</p>{% endif %}
2019
{% if post.data.description %}
2120
{{ post.data.description }}

0 commit comments

Comments
 (0)