mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 21:38:25 +01:00
Version 1.3.7: Another fix headline anchors
This commit is contained in:
parent
f1cbce5536
commit
dce2080e6a
@ -105,7 +105,7 @@
|
||||
</div><div class="medium{{ errors.settings.headlineanchors ? ' error' : '' }}">
|
||||
<label for="settings[headlineanchors]">{{ __('Headline Anchors') }} *</label>
|
||||
<label class="control-group">{{ __('Show anchors next to headlines') }}
|
||||
<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors) %} checked {% endif %}>
|
||||
<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors or old.settings.headlineanchors) %} checked {% endif %}>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user