
The flamenco.io website moves to flamenco.blender.org! This commit updates the Makefile as follows: - Rename 'site' to 'project-website', so the new command to deploy is 'make project-website' - Move the website directory from 'flamenco-io-site' to 'project-website' - Update the rsync command do reflect the new deployment destination
15 lines
502 B
HTML
15 lines
502 B
HTML
<meta charset="UTF-8" />
|
|
<meta name="referrer" content="no-referrer" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
{{ hugo.Generator }}
|
|
|
|
{{ $keywords := default .Site.Params.Keywords .Keywords }}
|
|
|
|
{{- with partial "utils/description" . }}
|
|
<meta name="description" content="{{ trim (. | plainify) "\n" | safeHTML }}" />
|
|
{{- end }}
|
|
{{- with $keywords }}
|
|
<meta name="keywords" content="{{ delimit . "," }}" />
|
|
{{- end }}
|