erynwells.me/layouts/partials/base/body-extras.html
Eryn Wells 122e55b1fa blog: Rubiks' Cube Scrambler post
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
2024-11-13 17:06:01 -08:00

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 }}