Updated Opengraph prefix in layout template
authorThierry Florac <thierry.florac@onf.fr>
Mon, 21 Jan 2019 17:44:08 +0100
changeset 387 c07d3457c72e
parent 386 6074e406df5e
child 388 f5521cdc0207
Updated Opengraph prefix in layout template
src/pyams_default_theme/templates/layout.pt
--- a/src/pyams_default_theme/templates/layout.pt	Fri Jan 18 18:07:40 2019 +0100
+++ b/src/pyams_default_theme/templates/layout.pt	Mon Jan 21 17:44:08 2019 +0100
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
-<html lang="en" i18n:domain="pyams_default_theme"
+<html i18n:domain="pyams_default_theme"
 	  tal:define="config tales:configuration;"
 	  lang="${request.locale_name}">
-<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#">
+<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# fb: http://ogp.me/ns/fb#">
 	${structure:tales:metas}
 
 	<tal:if define="icon config.icon | nothing;