From bcf4c374d9b542b395bd152e0053fac114cd7ea3 Mon Sep 17 00:00:00 2001 From: Sped0n Date: Fri, 3 Nov 2023 10:10:41 +0800 Subject: [PATCH] feat(meta.html): add meta tags for description, application name, and apple-mobile-web-app-title The meta.html file was modified to add three meta tags. The first meta tag sets the description of the website using the `site.Params.description` value. The second meta tag sets the application name using the `site.Params.app.title` value or falls back to the site title if not provided. The third meta tag sets the apple-mobile-web-app-title using the same logic as the second meta tag. These changes were made to improve the SEO and user experience of the website. --- layouts/partials/head/meta.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html index e69de29..2afdbc2 100644 --- a/layouts/partials/head/meta.html +++ b/layouts/partials/head/meta.html @@ -0,0 +1,9 @@ + + +