aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/README.md
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-02-13 14:27:33 +0800
committerGravatar hedy <[email protected]>2024-02-13 14:27:33 +0800
commitac57518820203e89178f59d3bc707e3bd43ac789 (patch)
treef73b8ad1173e22e2d8704c1f7872099fd0f5586d /pydis_site/README.md
parentAdd docs on Bulma, colors, dark mode, and CSS for development (diff)
Fix pydis_site/README.md reference to static directory structure
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r--pydis_site/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md
index db402743..7faa1593 100644
--- a/pydis_site/README.md
+++ b/pydis_site/README.md
@@ -15,9 +15,7 @@ for all logic powering our website. Let's go over the directories in detail:
more about our specific apps, see the README inside the app folder itself.
- [`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. For example, static files used by the `resources` app go in `static/resources`.
+ images, and anything else that isn't either content or Python code.
- [`templates`](./templates) contains our **[Django
templates](https://docs.djangoproject.com/en/dev/topics/templates/)**. Like