add favicon

This commit is contained in:
Jonas Heinrich 2020-04-26 18:28:37 +02:00
parent 4c62fafeb9
commit c9497a72df
6 changed files with 66 additions and 68 deletions

View file

@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=EDGE">
<meta charset="utf-8">
<title><?php bloginfo('name'); ?><?php wp_title( '|', true, 'left' ); ?></title>
<title><?php wp_title( '|', true, 'right' ); ?><?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<?php wp_head(); ?>
<meta name="robots" content="INDEX, FOLLOW">