aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/README.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-28 11:15:04 +0100
committerGravatar GitHub <[email protected]>2022-02-28 11:15:04 +0100
commitcdb7af596f7b9d0645bc145be240444527cadf34 (patch)
tree6e155571d54b17bbc5bb07511ef93918bd526e8c /pydis_site/README.md
parentAdd serial comma (diff)
Add reference to the `resources` app
Co-authored-by: Leon Sandøy <[email protected]>
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r--pydis_site/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md
index 7c76df55..bf039ad7 100644
--- a/pydis_site/README.md
+++ b/pydis_site/README.md
@@ -17,7 +17,7 @@ for all logic powering our website. Let's go over the directories in detail:
- [`static`](./static) contains our **static files**, such as CSS, JavaScript,
images, and anything else that isn't either content or Python code. Static
files relevant for a specific application are put into subdirectories named
- after the application.
+ after the application. For example, static files used by the `resources` app go in `static/resources`.
- [`templates`](./templates) contains our **[Django
templates](https://docs.djangoproject.com/en/dev/topics/templates/)**. Like