
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
14 lines
430 B
HTML
14 lines
430 B
HTML
{{ define "main" }}
|
|
<article class="gdoc-post">
|
|
<header class="gdoc-post__header">
|
|
<h1 class="gdoc-post__title">{{ partial "utils/title" . }}</h1>
|
|
<div class="flex flex-wrap align-center gdoc-post__meta gdoc-post__meta--head">
|
|
{{ partial "posts/metadata.html" . }}
|
|
</div>
|
|
</header>
|
|
<section class="gdoc-markdown">
|
|
{{ partial "utils/content" . }}
|
|
</section>
|
|
</article>
|
|
{{ end }}
|