all repos — archive/hugo-xmin @ 217445ac814209a27682ff5bdb71adb89d7b58cd

Customised minimal hugo theme

Support XFN

Alan Pearce
commit

217445ac814209a27682ff5bdb71adb89d7b58cd

parent

6365d4b5a9a28222c4b14237f53adb1bee367083

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

jump to
M layouts/_default/baseof.htmllayouts/_default/baseof.html
@@ -1,6 +1,6 @@
<!DOCTYPE html> <html lang="{{ .Site.LanguageCode }}"> - <head> + <head profile="//gmpg.org/xfn/11"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ .Title }} | {{ .Site.Title }}</title>