r21426 - htdocs/trunk/externals - Use proper og:type.

Cristian Marchi cmarchi at code.gnucash.org
Mon Oct 17 12:51:50 EDT 2011


Author: cmarchi
Date: 2011-10-17 12:51:50 -0400 (Mon, 17 Oct 2011)
New Revision: 21426
Trac: http://svn.gnucash.org/trac/changeset/21426

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Use proper og:type.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-17 16:48:21 UTC (rev 21425)
+++ htdocs/trunk/externals/header.phtml	2011-10-17 16:51:50 UTC (rev 21426)
@@ -17,7 +17,7 @@
 
 <!--meta properties for facebook Open Graph-->
 <meta property="og:title" content="Free Accounting Software | GnuCash"/>
-<meta property="og:type" content="accounting"/>
+<meta property="og:type" content="website"/>
 <meta property="og:url" content="http://www.gnucash.org/"/>
 <meta property="og:image" content="http://http://gnucash.org/images/gnc-download.png"/>
 <meta property="og:site_name" content="GnuCash"/>



More information about the gnucash-changes mailing list