diff options
| author | 2024-06-05 21:04:33 +0200 | |
|---|---|---|
| committer | 2024-06-05 21:04:33 +0200 | |
| commit | fec9e53d0ebcd74d9fc366da4951f1a1415314c5 (patch) | |
| tree | 573438908ba76d0f539f531aa7fc5f3ef75fb7b3 /app/views | |
| parent | 99b1d551e61adb5cbd014677f151f443b0c6c35f (diff) | |
Empty title guid or first words (#6240)
* settings
* add comments for better understanding
* Update reading.phtml
* overhaul the code
* i18n
* typo
* add a constant to configure the amount of chars
* fix
* simplify
* Update Entry.php
* clean
* Update Entry.php
* Update app/Models/Entry.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update constants.php
* Update app/Models/Entry.php
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/reading.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 17fdbe7c3..e475b220c 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -124,6 +124,7 @@ </select> </div> </div> + <div class="form-group"> <label class="group-name" for="show_author_date"><?= _t('conf.reading.article.authors_date') ?></label> <div class="group-controls"> |
