Hi, Mad
I downloaded the automad-meta-tags-master plugin, pasted the code
<@ Automad / MetaTags {
description: @ {metaDescription | def (@ {text | stripTags})},
ogTitle: @ {ogTitle | def ('@ {sitename} / @ {title}')},
ogDescription: @ {ogDescription | def (@ {text | stripTags})},
ogType: 'website',
ogImage: @ {ogImage | def ('/ shared / og * .png')}
} @>
In the head of the site in the header.php file which is used in the post_2_columns.php file. Fields for meta tags appear in the "Variables in other templates" section. How can these variables be used for each page of the site?