all repos — website @ ad0eccb9c649571c140e436f385d944a8b6a03f1

My website

Remove unnecessary XFN attribute
Alan Pearce alan@alanpearce.eu
Sun, 19 Jan 2020 17:21:01 +0100
commit

ad0eccb9c649571c140e436f385d944a8b6a03f1

parent

c329c4990a1e249e94de42263488dc9361c0717f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M themes/xmin/layouts/_default/baseof.htmlthemes/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>