pages/photos: fix <head>

This commit is contained in:
Mikaela Suomalainen 2014-06-08 22:59:51 +03:00
parent 56f72b7d59
commit 0dd6aeb26f
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert keywords here" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://">
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Embedded imgur albums." /> <meta name="keywords" content="" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
<title>
Insert title here
Photos of me embedded from imgur
</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
</head>

View File

@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert keywords here" />
<meta name="description" content="Embedded imgur albums." />
<meta name="keywords" content="" />
<meta name="author" content="Mikaela Suomalainen" />
<link rel="canonical" href="https://">
<title>Insert title here</title>
<link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
<title>Photos of me embedded from imgur</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
</head>
<body>