début travail hugo
This commit is contained in:
parent
e1073ab21f
commit
80b7f7466d
22 changed files with 385 additions and 0 deletions
11
themes/anna/layouts/partials/head.html
Normal file
11
themes/anna/layouts/partials/head.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<head>
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
{{ $styles := resources.Get "sass/main.scss" | toCSS }}
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
</head>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue