Skip to content

Commit

Permalink
item list test
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Nov 1, 2024
1 parent c8e7093 commit 520c1d4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,43 +28,37 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BreadcrumbList",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Logo Generator",
"item": "https://skuqre.github.io/nikke-font-generator"
},
{
"@type": "ListItem",
"position": 2,
"name": "Dialogue Generator",
"item": "https://skuqre.github.io/nikke-font-generator/dialogue"
},
{
"@type": "ListItem",
"position": 3,
"name": "Blabla Generator",
"item": "https://skuqre.github.io/nikke-font-generator/blabla"
},
{
"@type": "ListItem",
"position": 4,
"name": "Boss Warning Generator",
"item": "https://skuqre.github.io/nikke-font-generator/warning"
},
{
"@type": "ListItem",
"position": 5,
"name": "Card Generator",
"item": "https://skuqre.github.io/nikke-font-generator/card"
},
{
"@type": "ListItem",
"position": 6,
"name": "https://skuqre.github.io/nikke-font-generator/banner",
"item": "Profile Banner Generator"
"item": "https://skuqre.github.io/nikke-font-generator/banner",
}
]
}
Expand Down

0 comments on commit 520c1d4

Please sign in to comment.