make hidden head options available

add '(no)details' option to head in all styles, plus 'alternate' in casual
This commit is contained in:
David 2021-01-26 18:40:59 +01:00 committed by Mark E. Fuller
commit edb8959d51
No known key found for this signature in database
GPG key ID: D1CB9BCF4D87185F
7 changed files with 74 additions and 10 deletions

View file

@ -1,3 +1,7 @@
Release: next
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
version 2.3.1 (2022-02-21)
- Fix duplicate GitLab icon (#105)
- Revert using detokenize in social links (#97)