Skip to content

Commit aa3dff3

Browse files
committed
passing the entire article
1 parent f4034a2 commit aa3dff3

7 files changed

Lines changed: 7 additions & 7 deletions

src/Blog/templates/page/author-resource.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
badge: 'Author',
1111
title: 'Articles by ' ~ author.name,
1212
also_on: true,
13-
author_github: author.github
13+
author_github: author.github,
1414
}) }}
1515
{% endblock %}
1616

src/Blog/templates/page/blog-resource/how-to/what-is-psr-7-and-how-to-use-it.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
title: article.title,
1212
author_name: article.author.name,
1313
author_slug: article.author.slug,
14-
post_date: article.postDate
14+
post_date: article.postDate,
1515
}) }}
1616
{% endblock %}
1717

src/Blog/templates/page/blog.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block page_title %}
77
{{ include('@partial/title-section.html.twig', {
88
badge: 'Blog',
9-
title: 'Latest Articles'
9+
title: 'Latest Articles',
1010
}) }}
1111
{% endblock %}
1212

src/Blog/templates/page/categories.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block page_title %}
77
{{ include('@partial/title-section.html.twig', {
88
badge: 'Explore',
9-
title: 'Categories'
9+
title: 'Categories',
1010
}) }}
1111
{% endblock %}
1212

src/Blog/templates/page/category-resource.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
back_href: url('page::categories'),
99
back_label: 'All Categories',
1010
badge: 'Category',
11-
title: category.name
11+
title: category.name,
1212
}) }}
1313
{% endblock %}
1414

src/Blog/templates/page/contact.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block page_title %}
77
{{ include('@partial/title-section.html.twig', {
88
badge: 'Get in touch',
9-
title: 'Contact Us'
9+
title: 'Contact Us',
1010
}) }}
1111
{% endblock %}
1212

src/Blog/templates/page/dotkernel-packages-oss-lifecycle.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block page_title %}
77
{{ include('@partial/title-section.html.twig', {
88
badge: 'Open Source',
9-
title: 'Dotkernel Packages OSS Lifecycle'
9+
title: 'Dotkernel Packages OSS Lifecycle',
1010
}) }}
1111
{% endblock %}
1212

0 commit comments

Comments
 (0)