refactors the layouts
This commit is contained in:
parent
cefd39e9a1
commit
05d11325ea
28 changed files with 394 additions and 116 deletions
8
layouts/partials/header/meta.html
Normal file
8
layouts/partials/header/meta.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Cache-Control" content="public" />
|
||||
{{ "<!-- Enable responsiveness on mobile devices -->" | safeHTML }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
{{ .Hugo.Generator }}
|
||||
{{ partial "header/twitter_cards.html" . }}
|
||||
{{ partial "header/opengraph.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue