aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-29 12:40:50 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-29 12:40:50 +0200
commitfedbda4f6acbc5f5c09ad90a7b7972595695a3de (patch)
treefd39b41f4662c6e238f81e13acf3dfc7705186ae /docs/en/developers
parent87082767d8436fe36245c75380a745864536dbd5 (diff)
Rename template.css (#4644)
* Fix conflicts * Update doc * Misses * Update prefix in CSS Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs/en/developers')
-rw-r--r--docs/en/developers/04_Frontend/02_Design.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/developers/04_Frontend/02_Design.md b/docs/en/developers/04_Frontend/02_Design.md
index f3dbc10eb..a497ac29d 100644
--- a/docs/en/developers/04_Frontend/02_Design.md
+++ b/docs/en/developers/04_Frontend/02_Design.md
@@ -11,7 +11,7 @@ The easiest way to create a theme is by copying and modifying the base theme (or
- an **icons** folder containing .svg, .ico, and .png files to override existing icons
- a **thumbs** folder containing a file, **original.png** that will be used as the preview for the theme
-"_template.css" is normally added to the metadata file as a fallback for missing aspects. The file is taken from the base theme. If submitting a pull request for a theme, please know that [pull request themes must include this file.](https://github.com/FreshRSS/FreshRSS/pull/2938#issuecomment-624085450)
+"_frss.css" is normally added to the metadata file as a fallback for missing aspects. The file is taken from the base theme. If submitting a pull request for a theme, please know that [pull request themes must include this file.](https://github.com/FreshRSS/FreshRSS/pull/2938#issuecomment-624085450)
## RTL Support
@@ -31,7 +31,7 @@ To replace the default icons, add an "icons" folder to your theme’s folder. Us
"author": "Theme author",
"description": "Theme description",
"version": 0.1,
- "files": ["_template.css", "file1.css", "file2.css"]
+ "files": ["_frss.css", "file1.css", "file2.css"]
}
```