I know this line of Twig code is pulling information from the page front matter, but I am trying to figure out what else it is doing.
<a {% if page.taxonomy.author %}href="{{ blog.url }}/author{{ config.system.param_sep }}{{ author }}" itemprop="url" {% endif %}class="author" aria-label="{{ author }}" rel="nofollow">
This is from the file: blog_item.html.twig - line 52; from the theme Future 2021.
If someone could explain I would appreciate.
