diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-22 16:44:50 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-22 16:44:50 -0500 |
commit | 8ca51d32b66b96043c8685aac1e478111612c980 (patch) | |
tree | add616fea084b0ed6725fc1e2fd25f3766af6d5a /docs/source | |
parent | ae9eca1bf2ccc5da9022a5fdfe37d7948e73cd10 (diff) | |
download | mediagoblin-8ca51d32b66b96043c8685aac1e478111612c980.tar.lz mediagoblin-8ca51d32b66b96043c8685aac1e478111612c980.tar.xz mediagoblin-8ca51d32b66b96043c8685aac1e478111612c980.zip |
Move "bits" templates with dashes in them to underscores
Moved all references and also added a note to our release notes.
This commit sponsored by Juan Rodriguez. Thank you!
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 04863ec6..5d342ef1 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -19,6 +19,22 @@ This chapter has important information for releases in it. If you're upgrading from a previous release, please read it carefully, or at least skim over it. +0.4.0 +===== + +**For theme authors** + +If you have your own theme or you have any "user modified templates", +please note the following: + +* mediagoblin/bits/ files above-content.html, body-end.html, + body-start.html now are renamed... they have underscores instead of + dashes in the filenames now :) +* There's a new file: ``mediagoblin/bits/frontpage_welcome.html``. + You can easily customize this to give a welcome page appropriate to + your site. + + 0.3.3 ===== |