From 16beaa5d006a3ed1a68104508c4c64d302a76315 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Thu, 24 Mar 2022 14:29:13 +1000 Subject: [PATCH] remove meta partial --- README.md | 4 +++- layouts/partials/meta-tags.html | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 layouts/partials/meta-tags.html diff --git a/README.md b/README.md index a3c83a63..5cacfa59 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Serif is a modern business theme for Hugo. It contains multiple content types an [Zerostatic Themes](https://www.zerostatic.io/) ![Hugo Serif Theme screenshot](https://www.zerostatic.io/theme/hugo-serif/hugo-serif-screenshot.png) - ## Features **Content Types** @@ -16,9 +15,12 @@ Serif is a modern business theme for Hugo. It contains multiple content types an **CSS** - SCSS (Hugo Pipelines) +- Examples of using Params from the `config.toml` as SCSS variables - Full Responsive design - Bootstrap 4.4 grid and media queries only - Uncomment `@import 'bootstrap/bootstrap';` in `style.scss` to use the entire Bootstrap framework +- Configure Google fonts from `config.toml` +- Configure primary theme colors from `config.toml` **Speed** - 100/100 Google Lighthouse speed score diff --git a/layouts/partials/meta-tags.html b/layouts/partials/meta-tags.html deleted file mode 100644 index aa33d064..00000000 --- a/layouts/partials/meta-tags.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ if .Params.description }}{{ end }} -{{ if .Params.meta_title }}{{ else }}{{ end }} - - -{{ if .Params.image }}{{ else if .Site.Params.seo.meta_og_image }}{{ end }} -{{ if .Params.description }}{{ end }} - -{{ if .Site.Params.seo.meta_twitter_site }}{{ end }} -{{ if .Site.Params.seo.meta_twitter_creator }}{{ end }} \ No newline at end of file