From fea3ed150c90906fa5725067acb2cffd18f9b342 Mon Sep 17 00:00:00 2001 From: Alan Philipose Date: Wed, 8 Feb 2023 21:10:40 +0530 Subject: [PATCH 1/3] Add meta tags and remove font-awesome integrity checks fix meta tags test coomit for meta tags meta test 1 - tags from metags.io fix meta tags test 1 fix 2 meta tags test 1 fix 3 meta test 1 fix 4 meta tags test 1 fix 5 meta tags test 1 fix 6 meta tags test 1 test meta tags fix 7 fix 8 fix 9 fix meta tags change description fix meta tags and removed integrity error in font awesome fix meta tags image fix meta tags fix meta tags Fix meta tags and removed font awesome integrity error --- config/_default/config.toml | 2 +- config/_default/params.toml | 6 ++ layouts/partials/sidebar.html | 6 +- static/images/global/site-feature-image.png | Bin 0 -> 9942 bytes static/images/site-feature-image.webp | Bin 0 -> 37246 bytes themes/anatole/layouts/partials/head.html | 99 ++++++++++---------- 6 files changed, 62 insertions(+), 51 deletions(-) create mode 100644 static/images/global/site-feature-image.png create mode 100644 static/images/site-feature-image.webp diff --git a/config/_default/config.toml b/config/_default/config.toml index 575b909..67172ad 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -3,7 +3,7 @@ canonifyURLs = true languageCode = "en" DefaultContentLanguage = "en" -title = "IEDC Blog" +# title = "IEDC Blog" theme = "anatole" mainSections = ["post"] diff --git a/config/_default/params.toml b/config/_default/params.toml index 271b3da..c9f1bcc 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -35,6 +35,12 @@ reversepagetitle = true # When set to 'true', the Window Title will be reversed # hidesidebar = true +[meta] +title = "IEDCMEC Blog" +description = "Official Blog of IEDCMEC" +metaURL = "https://iedc-blog-mu.vercel.app" +metaImgURL = "https://iedc-blog-mu.vercel.app/images/site-feature-image.webp" + [simpleAnalytics] # enable = true # customurl = "https://analytics.example.com" diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 4bff172..1b6c84b 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -25,9 +25,9 @@

{{ end }} - + + +