This commit is contained in:
parent
a2eae1eab5
commit
2a6f0b68ca
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{title}}</title>
|
||||
<meta name="description" content="{{description}}" />
|
||||
<meta name="author" content="Nulo" />
|
||||
<meta property="og:title" content="{{title}}" />
|
||||
<meta property="og:description" content="{{description}}" />
|
||||
|
@ -12,7 +14,6 @@
|
|||
<meta content="index, follow" name="robots" />
|
||||
<link rel="stylesheet" href="/drip.css" />
|
||||
<link rel="icon" href="/cowboy.svg" />
|
||||
<title>{{title}}</title>
|
||||
</head>
|
||||
{{{content}}}
|
||||
</html>
|
||||
|
|
Reference in a new issue