LEFT | RIGHT |
1 # Static files # | 1 # Static files # |
2 | 2 |
3 Any files located in the `static` directory will be available on the server | 3 Any files located in the `static` directory will be available on the server |
4 unchanged. The file `static/css/foo.css` will be available under the URL | 4 unchanged. The file `static/css/foo.css` will be available under the URL |
5 `/css/foo.css`. | 5 `/css/foo.css`. |
6 | 6 |
7 Language-specific static files should be stored in the `locales` directory. | 7 Language-specific static files should be stored in the `locales` directory. |
8 Read more about localization in the guide, [Localization files](locales.md). | 8 Read more about localization in the guide, [Localization files](locales.md). |
9 | 9 |
| 10 ----- |
10 Prev: [User-visible pages (`pages`)](pages.md) | Up: [Home](../../README.md) | N
ext: [Variables](../api/variables.md) | 11 Prev: [User-visible pages (`pages`)](pages.md) | Up: [Home](../../README.md) | N
ext: [Variables](../api/variables.md) |
LEFT | RIGHT |