diff --git a/src/app.html b/src/app.html
index 6b2ca34..701b0ed 100644
--- a/src/app.html
+++ b/src/app.html
@@ -4,8 +4,7 @@
-
-
+
%svelte.head%
diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte
index a8c52e1..edadd34 100644
--- a/src/components/Navbar.svelte
+++ b/src/components/Navbar.svelte
@@ -38,8 +38,11 @@
}
.right {
+ display: flex;
flex: 1;
text-align: right;
+ align-items: center;
+ justify-content: flex-end;
padding: var(--spacing-base);
}
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
new file mode 100644
index 0000000..c7d818b
--- /dev/null
+++ b/src/routes/__layout.svelte
@@ -0,0 +1,5 @@
+
+
+
diff --git a/src/routes/blog.svelte b/src/routes/blog.svelte
index 363875b..db5c5ff 100644
--- a/src/routes/blog.svelte
+++ b/src/routes/blog.svelte
@@ -1,6 +1,7 @@
+