diff --git a/doc/theming/static-files.rst b/doc/theming/static-files.rst index 271ebd1d8ac..db280a3e77d 100644 --- a/doc/theming/static-files.rst +++ b/doc/theming/static-files.rst @@ -22,11 +22,13 @@ to use our file as the promoted image on the front page. use Fanstatic, see :doc:`javascript`. First, create a ``public`` directory in your extension with a -``promoted-image.jpg`` file in it:: +``promoted-image.jpg`` file in it: ckanext-example_theme/ - public/ - promoted-image.jpg + ckanext/ + example_theme/ + public/ + promoted-image.jpg ``promoted-image.jpg`` should be a 420x220px JPEG image file. You could use this image file for example: