forked from slonk/bingus-blog
add more meta tags
This commit is contained in:
parent
2544184251
commit
41228d55b6
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="{{ meta.author }}" />
|
||||
<meta name="keywords" content="{{ meta.tags|join(", ") }}" />
|
||||
<meta name="description" content="{{ meta.title }}" />
|
||||
<meta property="og:title" content="{{ meta.title }}" />
|
||||
<meta property="og:description" content="{{ meta.description }}" />
|
||||
|
|
Loading…
Reference in a new issue