diff --git a/src/components/Logo.vue b/src/components/Logo.vue
new file mode 100644
index 0000000..80702ff
--- /dev/null
+++ b/src/components/Logo.vue
@@ -0,0 +1,15 @@
+
+
+
+ {{ $static.metaData.siteName }}
+
+
+
+
+
+query {
+ metaData {
+ siteName
+ }
+}
+
\ No newline at end of file
diff --git a/src/layouts/Default.vue b/src/layouts/Default.vue
index 436c6cb..dac522c 100644
--- a/src/layouts/Default.vue
+++ b/src/layouts/Default.vue
@@ -3,13 +3,9 @@