all repos — website @ ad0eccb9c649571c140e436f385d944a8b6a03f1

My website

Remove unnecessary XFN attribute

Alan Pearce
commit

ad0eccb9c649571c140e436f385d944a8b6a03f1

parent

c329c4990a1e249e94de42263488dc9361c0717f

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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>