mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
favicon fix
This commit is contained in:
parent
e4d237e115
commit
e65fba5821
@ -73,7 +73,6 @@ function yourls_html_head( $context = 'index', $title = '' ) {
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><?php echo $title ?></title>
|
<title><?php echo $title ?></title>
|
||||||
<link rel="icon" type="image/gif" href="<?php yourls_site_url(); ?>/images/favicon.gif" />
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<meta name="author" content="Ozh RICHARD & Lester CHAN for http://yourls.org/" />
|
<meta name="author" content="Ozh RICHARD & Lester CHAN for http://yourls.org/" />
|
||||||
|
Loading…
Reference in New Issue
Block a user