Skip to content

Commit 6ad8440

Browse files
committed
passing the entire article
1 parent aa3dff3 commit 6ad8440

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/App/templates/partial/title-section.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{% set page_title = article.title|default(title) %}
2+
{% set author_github = article.author.github|default(author_github)|default(false) %}
13
<div class="wrap">
24
<div class="post-hero-v2">
35
{% if back_href is defined %}

0 commit comments

Comments
 (0)