about summary refs log tree commit diff stats
path: root/app/views/admin/blogs/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed display of draft blog postsStar Rauchenberger2023-10-131-1/+1
|
* Added page titlesKelly Rauchenberger2018-07-061-0/+1
| | | | refs #4
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-041-0/+5
They do still technically require titles, but the engine will fill in "Untitled draft" if it is left blank. Unpublished posts can be viewed at a different URL than published posts would be. Quick links to view published and unpublished posts have been added to the admin panel. refs #1