add favicon for category pages. use absolute links for stylesheet
This commit is contained in:
parent
7acbd7d79a
commit
e80288639b
|
@ -3,8 +3,9 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
|
||||
<title>category of emma's life</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<link rel="stylesheet" href="/style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
|
||||
<title>category of emma's life</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<link rel="stylesheet" href="/style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue