diff --git a/taccsite_cms/settings_custom.example.py b/taccsite_cms/settings_custom.example.py index 5ad8ff017..e347a3447 100644 --- a/taccsite_cms/settings_custom.example.py +++ b/taccsite_cms/settings_custom.example.py @@ -40,6 +40,10 @@ ('guides/data_transfer.html', 'Guide: Data Transfer'), ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'), ('guides/portal_technology.html', 'Guide: Portal Technology Stack'), + + # WARNING: Not intuitive to unset, so only enable as needed e.g. + # - serve Blog such that it can be injected into another CMS + # ('raw.html', 'Raw'), ) ########################