all repos — homestead @ bf399c9e9e7ccd007932e7e0d813e1d83cb06b3b

Code for my website

Remove unnecessary XFN attribute

Alan Pearce
commit

bf399c9e9e7ccd007932e7e0d813e1d83cb06b3b

parent

71635ae76384edd4d5bf3d08634063e09ea2bf09

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

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>