mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
set favicon (GH-10)
This commit is contained in:
parent
07e41b7da3
commit
dc155f000e
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title><?php mttinfo('title'); ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/gig" href="<?php mttinfo('theme_url'); ?>images/logo.gif" />
|
||||
<link rel="stylesheet" type="text/css" href="<?php mttinfo('theme_url'); ?>style.css?v=<?php mttinfo('version'); ?>" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="<?php mttinfo('theme_url'); ?>markdown.css?v=<?php mttinfo('version'); ?>" media="all" />
|
||||
<?php if (get_mttinfo('appearance') == 'system'): ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue