
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
12 lines
276 B
HTML
12 lines
276 B
HTML
{{ define "main" }}
|
|
{{ partial "page-header" . }}
|
|
|
|
|
|
<article
|
|
class="gdoc-markdown gdoc-markdown__align--{{ default "left" (.Page.Params.GeekdocAlign | lower) }}"
|
|
>
|
|
<h1>{{ partial "utils/title" . }}</h1>
|
|
{{ partial "utils/content" . }}
|
|
</article>
|
|
{{ end }}
|