diff options
author | Alan Pearce | 2020-01-19 17:21:01 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-19 17:21:01 +0100 |
commit | ad0eccb9c649571c140e436f385d944a8b6a03f1 (patch) | |
tree | ee90da795b973ade9a1b82d374907dda713eccfb /themes | |
parent | c329c4990a1e249e94de42263488dc9361c0717f (diff) | |
download | website-ad0eccb9c649571c140e436f385d944a8b6a03f1.tar.lz website-ad0eccb9c649571c140e436f385d944a8b6a03f1.tar.zst website-ad0eccb9c649571c140e436f385d944a8b6a03f1.zip |
Remove unnecessary XFN attribute
Diffstat (limited to 'themes')
-rw-r--r-- | themes/xmin/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xmin/layouts/_default/baseof.html b/themes/xmin/layouts/_default/baseof.html index 1ddc669..f934ea8 100644 --- a/themes/xmin/layouts/_default/baseof.html +++ b/themes/xmin/layouts/_default/baseof.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="{{ .Site.LanguageCode }}" {{- if .Page.IsNode }} class="h-feed"{{ end }}> - <head profile="//gmpg.org/xfn/11"> + <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title {{- if .Page.IsNode }} class="p-name"{{ end }}>{{ .Title }} | {{ .Site.Title }}</title> |