Add changelog entry, cheatsheet docs, and alphabetize.

This commit is contained in:
Phil Hagelberg 2019-11-09 09:50:45 -08:00
commit 6ef8049664
3 changed files with 9 additions and 1 deletions

View file

@ -794,3 +794,10 @@ config :auto_linker,
]
```
## :static_fe
Render profiles and posts using server-generated HTML that is viewable without using JavaScript.
Available options:
* `enabled` - Enables the rendering of static HTML. Defaults to `false`.