]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fixed disclaimer
authorhttps://social.hi.ato.br/desci <desci@web>
Mon, 1 Jun 2015 06:35:20 +0000 (02:35 -0400)
committeradmin <admin@branchable.com>
Mon, 1 Jun 2015 06:35:20 +0000 (02:35 -0400)
doc/plugins/contrib/opengraph.mdwn

index bb7424f8510fb91898902f8a15d739846a75329d..c016e56faa030b8b9780348f514c14fe37f3dca5 100644 (file)
@@ -22,6 +22,7 @@ This plugin implements the Open Graph tags in the head of the hmtl for all pages
 For more information on what is Open Graph, visit [[!wikipedia Open_Graph]].
 To test your site against the Open Graph rules, use the tool available on <https://developers.facebook.com/tools/debug/og/object/>.
 
+# DISCLAIMER
 
 > **WARNING: Open Graph is modern spyware. You should use this if and only if you don't mind making the readers of your wiki/blog being tracked by evil corporations without their consent. By using this plugin you are being mean to the people who are reading your content. You have been warned.**
 
@@ -56,7 +57,7 @@ Add to the configuration in your [[blog.setup|/setup#index5h2]] file.
 
 Add *opengraph* to the list of plugins:
 
-    add_plugins => [qw{goodstuff opengraph}]
+    add_plugins: [qw{goodstuff opengraph}]
 
 ---