mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added the og:image metadata tag to the web pages
This commit is contained in:
parent
4618269718
commit
8aa26ff4b0
@ -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}" />
|
||||
|
Loading…
Reference in New Issue
Block a user