mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 05:57:46 +00:00
Add image thumbnail
This commit is contained in:
parent
86d3677ed1
commit
97d41827c7
5 changed files with 7 additions and 7 deletions
|
@ -50,6 +50,7 @@
|
|||
gifFilter = path: type: builtins.match ".*gif$" path != null;
|
||||
jsFilter = path: type: builtins.match ".*js$" path != null;
|
||||
mdFilter = path: type: builtins.match ".*md$" path != null;
|
||||
pngFilter = path: type: builtins.match ".*png$" path != null;
|
||||
txtFilter = path: type: builtins.match ".*txt$" path != null;
|
||||
woff2Filter = path: type: builtins.match ".*woff2$" path != null;
|
||||
|
||||
|
@ -60,7 +61,8 @@
|
|||
|| (gifFilter path type)
|
||||
|| (jsFilter path type)
|
||||
|| (mdFilter path type)
|
||||
|| (txtFilter path type)
|
||||
|| (pngFilter path type)
|
||||
|| (txtFilter path type)
|
||||
|| (woff2Filter path type);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue