axcora-seo
v1.0.0
Published
SEO component for axcora SSG
Downloads
7
Maintainers
Readme
Axcora seo
npm i axcora-seoimport in to your layouts templating, for example on src/layouts/base.axcora
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Axcora SEO -->
{% axcora-seo /%}
<!-- 🚀 AXCORA CSS FRAMEWORK - ALL IN ONE -->
{{ cssLinks }}
</head>
<body>
{% include header.axcora %}
{{ content }}
{% include footer.axcora %}
</body>
</html>