bunteshaus.de/themes/buha/layouts/partials/tools/featured.html
2022-03-27 19:58:39 +02:00

6 lines
403 B
HTML

<label style="width: 12rem;" for="featured">{{ i18n "featured" }}</label>
<fieldset style="display: flex; flex-direction: column; max-width: 58.5rem;" id="featured" name="featured">
<div style="display: flex; flex-direction: row;">
<input type="checkbox" name="featured" id="featured" value="featured"><label style="width: 20rem;" for="featured">{{ i18n "featured" }}</label>
</div>
</fieldset>