
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
8 lines
234 B
HTML
8 lines
234 B
HTML
<div class="gdoc-columns flex flex-wrap flex-mobile-column">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="gdoc-columns__content gdoc-markdown--nested flex-even">
|
|
{{ . | $.Page.RenderString }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|