From 94792dd336f355eb97765b2bfd5ca3f4a8254c78 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 5 Jun 2022 20:36:05 +0200 Subject: Add missed `theme-color` meta tag --- CHANGELOG.md | 1 + layouts/partials/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1942f..d551958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix tags html layout +- Add missed `theme-color` meta tag ## [v0.3.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.2.0...v0.3.0) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 00a5f82..06ef255 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,6 +28,7 @@ {{ end -}} + {{ block "custom-head" . }}{{ partial "custom-head.html" . }}{{ end }} {{- /* Misc */}} -- cgit v1.2.3