Feat: Import all old stuff
This commit is contained in:
10
theme/templates/partial/jsonld.html
Normal file
10
theme/templates/partial/jsonld.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "Blog",
|
||||
"name": " {{ SITENAME }} ",
|
||||
"url" : "{{ SITEURL }}",
|
||||
"image": "{{ SITELOGO }}",
|
||||
"description": "{{ SITEDESCRIPTION }}"
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user