diff --git a/content/_index.md b/content/_index.md
index c158839..1a8f4b2 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,5 +3,5 @@ title: "Code Fry Dev"
date: 2023-01-01T00:00:00Z
---
-# Welcome to Our App Directory
-Here you can find a list of all our apps.
+# Welcome to CodeFryDev
+Hello World
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5acc1c1..639f1ad 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -21,7 +21,7 @@
{{ .Title }}
-
+{{ partial "site_schema.html" . }}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
-{{- template "partials/templates/schema_json.html" . }}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/layouts/partials/templates/schema_json.html b/layouts/partials/templates/schema_json.html
index 74abbb5..17e8316 100644
--- a/layouts/partials/templates/schema_json.html
+++ b/layouts/partials/templates/schema_json.html
@@ -6,7 +6,7 @@
"name": {{ site.Title }},
"url": {{ site.BaseURL }},
"description": {{ site.Params.description | plainify | truncate 180 | safeHTML }},
- "thumbnailUrl": {{ site.Params.assets.favicon | default "favicon.ico" | absURL }},
+ "image": {{ site.Params.assets.favicon | default "favicon.ico" | absURL }},
"sameAs": [
{{- if site.Params.schema.sameAs }}
{{ range $i, $e := site.Params.schema.sameAs }}{{ if $i }}, {{ end }}{{ trim $e " " }}{{ end }}
diff --git a/public/credit/index.xml b/public/credit/index.xml
deleted file mode 100644
index 6c89666..0000000
--- a/public/credit/index.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- Credit on Code Fry Dev
- http://localhost:1313/credit/
- Recent content in Credit on Code Fry Dev
- Hugo
- en-us
-
-
-
-
diff --git a/public/css/credit.css b/public/css/credit.css
deleted file mode 100644
index 953c322..0000000
--- a/public/css/credit.css
+++ /dev/null
@@ -1,67 +0,0 @@
-ol.cards {
- display: grid;
- gap: 2rem;
- grid-template-columns: 1fr; /* Single column layout */
- padding: 2rem;
- margin: 0;
- list-style: none;
- counter-reset: cardCount;
- }
-
- ol.cards > .card {
- color: hsl(0 0% 40%);
- background-color: #ffffff;
- text-align: center;
-
- padding: 2rem;
- border-radius: .5rem;
- box-shadow: .5rem .5rem 1rem hsl(0 0% 0% / .25);
-
- position: relative;
- counter-increment: cardCount;
- }
-
- ol.cards > .card::before {
- --top: -1.5rem; /* Adjust top position */
- --left: 0; /* No left offset needed */
-
- /* content: "Option " counter(cardCount, decimal-leading-zero); */
- color: hsl(0 0% 100%);
-
- padding: 0.5rem 1rem;
- background-color: var(--accent-color);
- border-radius: .5rem .5rem 0 0; /* Adjust border radius */
- box-shadow: 0.125rem -0.125rem 0.25rem hsl(0 0% 0% / .25);
-
- /* position */
- position: absolute;
- top: 100%;
- left: 50%;
- transform-origin: top left;
- transform: translate(-50%, -100%);
- white-space: nowrap;
- }
-
- ol.cards > .card > i {
- color: var(--accent-color);
- font-size: 2rem;
- }
-
- ol.cards > .card > h2 {
- font-weight: 400;
- color: var(--accent-color);
- margin-top: 0;
- }
-
- header {
- display: flex;
- justify-content: center; /* Center horizontally */
- align-items: center; /* Center vertically (if needed) */
- width: 100%; /* Ensure the header takes up full width */
- padding: 1rem; /* Add some padding if needed */
-}
-
-header h1 {
- font-weight: 300; /* Set font-weight to a thin value */
- text-align: center; /* Center the text */
-}
diff --git a/public/games/index.html b/public/games/index.html
index 963ab5c..0f7c1d1 100644
--- a/public/games/index.html
+++ b/public/games/index.html
@@ -25,6 +25,59 @@
Games
+
+
+
+
@@ -35,20 +88,6 @@
-
diff --git a/public/history/index.html b/public/history/index.html
index 85aaa57..5efca63 100644
--- a/public/history/index.html
+++ b/public/history/index.html
@@ -24,6 +24,59 @@
History
+
+
+
+
@@ -33,21 +86,7 @@
-
-
+
diff --git a/public/index.html b/public/index.html
index 3fbb187..cb5c11c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,6 +26,17 @@
Code Fry Dev
+
@@ -35,19 +46,7 @@
-
+