diff --git a/Dockerfile b/Dockerfile index 3522770..9909539 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ WORKDIR /app COPY --from=prod-deps /app/node_modules /app/node_modules COPY --from=build /app/dist /app/dist -LABEL version="2.20.1" +LABEL version="2.21.0" LABEL description="Astro based personal website" ENV HOST=0.0.0.0 diff --git a/package.json b/package.json index 9f824fb..b7b8d72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-profile", "type": "module", - "version": "2.20.1", + "version": "2.21.0", "homepage": "https://www.alexlebens.dev", "bugs": { "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues", diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 3ff9066..20bc9f8 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -68,79 +68,51 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`; /> - +
- -
+ +
-
+ +
+
-
+ +
+
-
-