about summary refs log tree commit diff stats
path: root/themes/xmin/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-19 17:21:01 +0100
committerAlan Pearce2020-01-19 17:21:01 +0100
commitad0eccb9c649571c140e436f385d944a8b6a03f1 (patch)
treeee90da795b973ade9a1b82d374907dda713eccfb /themes/xmin/layouts/_default/baseof.html
parentc329c4990a1e249e94de42263488dc9361c0717f (diff)
downloadwebsite-ad0eccb9c649571c140e436f385d944a8b6a03f1.tar.lz
website-ad0eccb9c649571c140e436f385d944a8b6a03f1.tar.zst
website-ad0eccb9c649571c140e436f385d944a8b6a03f1.zip
Remove unnecessary XFN attribute
Diffstat (limited to 'themes/xmin/layouts/_default/baseof.html')
-rw-r--r--themes/xmin/layouts/_default/baseof.html2
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>