erynwells.me/layouts/partials/ruby_controls.html
2023-09-26 09:37:04 -07:00

13 lines
526 B
HTML

{{ if .HasShortcode "ruby" -}}
<aside>
<fieldset id=ruby-controls>
<legend>Ruby</legend>
<input id=ruby-controls-none type=radio name=ruby-controls value=NONE>
<label for=ruby-controls-none>Japanese Only</label>
<input id=ruby-controls-both type=radio name=ruby-controls value=BOTH checked>
<label for=ruby-controls-both>Both</label>
<input id=ruby-controls-hidden type=radio name=ruby-controls value=HIDDEN>
<label for=ruby-controls-hidden>English Only</label>
</fieldset>
</aside>
{{- end }}