Commit 8aa26ff4 authored by Davis King's avatar Davis King

Added the og:image metadata tag to the web pages

parent 46182697
......@@ -50,6 +50,10 @@
<html>
<head>
<link rel="shortcut icon" href="dlib-icon.ico"/>
<xsl:if test="$is_chm != 'true'">
<meta property="og:image" content="http://dlib.net/dlib-icon-64.png"/>
</xsl:if>
<!-- Verify with Google -->
<meta name="verify-v1" content="{$google_verify_id}" />
<meta name="google-site-verification" content="{$google_verify_id2}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment