Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
* Add google-site-verification meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dannya committed Jan 5, 2014
1 parent a8458f0 commit cc028eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/classes/ui/digestui.php
Expand Up @@ -108,6 +108,8 @@ public function drawMeta() {
<meta name="description" content="' . Config::$meta['description'] . '" />
<meta name="keywords" content="' . Config::$meta['keywords'] . '" />
<meta name="google-site-verification" content="KW812FIwZ9rCr4OvsxJA2EcG6y6RaOKu3-EF89uqA4s" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="' . BASE_URL .'/favicon.ico" type="image/x-icon" />
Expand Down
2 changes: 2 additions & 0 deletions src/classes/ui/themes/neverland/digestui.php
Expand Up @@ -108,6 +108,8 @@ public function drawMeta() {
<meta name="description" content="' . Config::$meta['description'] . '" />
<meta name="keywords" content="' . Config::$meta['keywords'] . '" />
<meta name="google-site-verification" content="KW812FIwZ9rCr4OvsxJA2EcG6y6RaOKu3-EF89uqA4s" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="' . BASE_URL .'/favicon.ico" type="image/x-icon" />
Expand Down

0 comments on commit cc028eb

Please sign in to comment.