Hi,I managed to install XAMPP and composer to install meta-tags extension.
Please teach me where to insert these code?
<head>
<@ 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') }
} @>
Thank you in advance.