Implement the rubiks-cube-scrambler custom element, including JS and template files. Put these things in the body-extras.html partial that the termlite theme added. resource-builders: Update submodule commit termlite: Update submodule commit
4 lines
199 B
HTML
4 lines
199 B
HTML
{{ if .HasShortcode "rubiks/scrambler" }}
|
|
{{ partial "rubiks/scrambler-template.html" . }}
|
|
{{ partial "resource_builders/script.html" (dict "resource" "scripts/rubiks/scrambler.js") }}
|
|
{{ end }}
|