mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
Merge 3886065917 into c2ff9a8a7d
This commit is contained in:
commit
bcfd27c8bc
2 changed files with 1 additions and 0 deletions
BIN
src/content/theme/images/apple-touch-icon.png
Normal file
BIN
src/content/theme/images/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -10,6 +10,7 @@
|
|||
<title><?php mttinfo('title'); ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/gif" href="<?php mttinfo('theme_url'); ?>images/logo.gif">
|
||||
<link rel="apple-touch-icon" href="<?php mttinfo('theme_url'); ?>images/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="stylesheet" type="text/css" href="<?php mttinfo('theme_url'); ?>style.css?v=<?php filever('theme', 'style.css'); ?>" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="<?php mttinfo('theme_url'); ?>markdown.css?v=<?php filever('theme', 'markdown.css'); ?>" media="all">
|
||||
<?php if (get_mttinfo('appearance') == 'system'): ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue