mirror of https://github.com/luizdepra/hugo-coder.git

Mark Wood
02.12.2022 25b7af33175aea3d66e68ce6d6e21e13b353aa3e
Remove obsolete meta language tag (#662)

* Remove obsolete meta language tag

* Add myself to the contributors file

Co-authored-by: Mark W <mark@digitalnotions.net>
2 files modified
2 ■■■ changed files
CONTRIBUTORS.md 1 ●●●● patch | view | raw | blame | history
layouts/_default/baseof.html 1 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.md
@@ -107,3 +107,4 @@
- [Brenton Mallen](https://github.com/brentonmallen1)
- [Xiaoyang Luo](https://github.com/ccviolett/)
- [Michiel Appelman](https://appelman.se)
- [Mark Wood](https://digitalnotions.net)
layouts/_default/baseof.html
@@ -4,7 +4,6 @@
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}">
    <meta name="color-scheme" content="light dark">
    {{ if .Site.Params.csp }}