feat(templates): add meta description
This commit is contained in:
parent
ea97d7f329
commit
951abc097c
@ -4,6 +4,7 @@
|
||||
<title>{{ article_title }}</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="{{ article_summary }}" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
<link href="/style/article.css" rel="stylesheet" />
|
||||
<link href="/style/syntax.css" rel="stylesheet" />
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>Articles</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Listing of Articles" />
|
||||
<link href="/style/style.css" rel="stylesheet">
|
||||
<link href="/style/article.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>Contact</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Contact Price Hiller" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
<link href="/style/contact.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>Home</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Price Hiller's Blog" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>Tags</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Articles with tag {{ tag }}" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
<link href="/style/article.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<title>Tags</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Listing of tags for Articles" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
<link href="/style/tags.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user