mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
add meta description
This commit is contained in:
parent
2b3767bfa5
commit
5cc0c2e449
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
<title>{{ .Title }}@{{ .Site.Title }}</title>
|
||||
<script type="module" src="/js/main.js"></script>
|
||||
{{ $css := resources.Get "scss/main.scss" }}
|
||||
|
|
Loading…
Reference in a new issue