From bf0b34c45468f35b1b181766be5cf0ce3368c4f3 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Fri, 4 Nov 2016 15:51:20 +0100 Subject: [PATCH] add og meta --- docs/configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 7c132f9..bb1d583 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -176,6 +176,15 @@ For activate the RSS you need add this key in **root** settings.yaml:: url: "http://prosopopee.com" +Open Graph Meta +~~~~~~~~~~~~~~~ + +For activate the Open Graph Meta you need add this key in **root** settings.yaml:: + + og: true + +Optionnal: You need use description and lang key in settings gallery. + Gallery settings.yaml ---------------------