Hello, I am trying to change the message attached to the blog author’s name but without success, you can see in the image below what I mean
I am at the file main-article.liquid and the lines are as follow
{%- capture article_footer -%}
{%- if section.settings.show_author -%}
{{ 'blog.article.written_by' | t: author: article.author }}
{%- endif -%}
Where is it that I can access the blog.article.written_by or article.author ? I don’t find it in any json file
Sorry for my ignorance, that’s the first shopify project I’m working with.
Thanks for your time
