diff --git a/.gitignore b/.gitignore index 453f34e..959f2c2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ pnpm-debug.log* .DS_Store # exclude default png images -static/**/*.png \ No newline at end of file +static/**/*.png +!static/embed.png \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 38eceff..ef75b1e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -35,7 +35,7 @@ if (currentpage !== "home") { - + {title} diff --git a/static/embed.png b/static/embed.png new file mode 100644 index 0000000..132bdec Binary files /dev/null and b/static/embed.png differ