add meta tags
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
<title>Blog</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/etc/simple.css" />
|
||||
<#META_TAGS>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Blog posts</h1>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<title>Kamil's personal website</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/etc/simple.css" />
|
||||
<#META_TAGS>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kamil's personal website</h1>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<title>404 - Page not found</title>
|
||||
<link rel="stylesheet" href="/etc/simple.css" />
|
||||
<#META_TAGS>
|
||||
</head>
|
||||
<body>
|
||||
<h1>The page you were looking for doesn't exist!</h1>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<title><#BLOG_POST_TITLE></title>
|
||||
<link rel="stylesheet" href="/etc/simple.css" />
|
||||
<#META_TAGS>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
|
Reference in New Issue
Block a user