diff --git a/src/components/Metas.svelte b/src/components/Metas.svelte
index d3ba8f1..4a20e3a 100644
--- a/src/components/Metas.svelte
+++ b/src/components/Metas.svelte
@@ -18,10 +18,15 @@
+
+ {#if description}
+
+ {/if}
{#if image}
+
{/if}
{#if url}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 578e6b9..a20ac68 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -65,6 +65,8 @@
+
+
{#each fonts as font}
{/each}
diff --git a/static/manifest.json b/static/manifest.json
index 1d53dab..e91c155 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,7 +1,7 @@
{
"short_name": "Houses Of",
- "name": "Houses Of - Beautiful houses around the world",
- "description": "",
+ "name": "Houses Of the World",
+ "description": "Houses Of is a project showcasing charismatic houses around the world.",
"icons": [
{
"src": "/images/siteicon-192.png",