erynwells.me/layouts/partials/ruby_controls.html

14 lines
526 B
HTML
Raw Normal View History

2023-05-08 20:12:11 -07:00
{{ if .HasShortcode "ruby" -}}
<aside>
<fieldset id=ruby-controls>
2023-05-08 20:12:11 -07:00
<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>
2023-05-08 20:12:11 -07:00
</fieldset>
</aside>
{{- end }}