vanilla-hugo/layouts/partials/bergamotrenderpreset.html

7 lines
205 B
HTML
Raw Normal View History

<script>
window.addEventListener('load', function() {
window.Bergamot.renderPresets['{{ .name }}'] =
{{ readFile (printf "static/bergamot/rendering/%s" .file) }};
});
</script>