writefreely/templates
Matt Baer 9cb0f80921 Support changing instance page titles
Now admins can choose a title for their About and Privacy pages; now
editable through the instance page editor.

This adds `title` and `content_type` fields to the `appcontent` table,
requiring a migration by running `writefreely --migrate`

The content_type field specifies that items we're currently storing in
this table are all "page"s; queries for fetching these have been updated
to filter for this type. In the future, this field will be used to
indicate when an item is a stylesheet (ref T563) or other supported
type.

Ref T566
2019-04-11 13:56:07 -04:00
..
include Link to version-specific writer's guide 2019-04-11 13:52:10 -04:00
user Support changing instance page titles 2019-04-11 13:56:07 -04:00
base.tmpl Add Reader section 2018-12-10 16:08:07 -05:00
collection-post.tmpl Use language-specific dash in post titles 2018-12-24 13:58:32 -05:00
collection-tags.tmpl Clean up resource URLs on collection-tags template 2019-02-04 10:12:38 +01:00
collection.tmpl Fix whitespace in templates 2018-11-23 12:42:30 -05:00
edit-meta.tmpl Fix editing metadata on single-user instances 2018-12-01 16:27:14 -05:00
pad.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
password-collection.tmpl Add user-facing templates and pages 2018-11-08 01:13:00 -05:00
post.tmpl Use language-specific dash in post titles 2018-12-24 13:58:32 -05:00
read.tmpl Add Reader section 2018-12-10 16:08:07 -05:00