about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-07 18:07:11 +0100
committerAlan Pearce2020-01-07 18:07:11 +0100
commit217445ac814209a27682ff5bdb71adb89d7b58cd (patch)
tree2e5c174a4d8c0b3e372286e7cfa960bf0343cfc7
parent6365d4b5a9a28222c4b14237f53adb1bee367083 (diff)
downloadhugo-xmin-217445ac814209a27682ff5bdb71adb89d7b58cd.tar.lz
hugo-xmin-217445ac814209a27682ff5bdb71adb89d7b58cd.tar.zst
hugo-xmin-217445ac814209a27682ff5bdb71adb89d7b58cd.zip
Support XFN
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3e886a9..6757396 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_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>