feat: jsonld support

This commit is contained in:
Cory Dransfeldt 2023-05-22 11:55:16 -07:00
parent 5bb5933917
commit 7ea51043d8
No known key found for this signature in database
16 changed files with 144 additions and 5 deletions

View file

@ -64,6 +64,9 @@
document.documentElement.classList.remove('dark')
}
</script>
<script>
{% jsonLd meta, type, tags %}
</script>
</head>
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800">
{{ content }}