diff --git a/readme.md b/readme.md index 8a80fe2..cf5142c 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ For example, this is what the default theme folder structure looks like: - `/Themes` - `/Default` - - `default_layout.html` + - `/Templates` + - `default_layout.html` Changing the theme is easy, simply edit `Config.yaml` and set the `activeTheme` to match the folder name of your custom theme. diff --git a/src/Content/subfolder/readme.md b/src/Content/subfolder/readme.md index 16d7ab8..6ddb673 100644 --- a/src/Content/subfolder/readme.md +++ b/src/Content/subfolder/readme.md @@ -28,6 +28,7 @@ For example, this is what the default theme folder structure looks like: - `/Themes` - `/Default` - - `default_layout.html` + - `/Templates` + - `default_layout.html` Changing the theme is easy, simply edit `Config.yaml` and set the `activeTheme` to match the folder name of your custom theme.