このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
Ben Busby 1abd040428
Remove redundant loading of variables.css
variables.css doesn't need to be loaded by any template, since
WHOOGLE_CONFIG_STYLE loads those values by default when not set
explicitly. Loading the stylesheet caused the logo colors to be
persistent unless set individually.

Sorry @gripped for sneaking all of this unnecessary color in...

Fixes #492
2021-10-26 21:11:46 -06:00
..
models Allow setting "Accept-Language" header (#483) 2021-10-25 15:49:09 -06:00
static Update default theme css 2021-10-23 23:56:38 -06:00
templates Remove redundant loading of variables.css 2021-10-26 21:11:46 -06:00
utils Use f-string in bold query regex 2021-10-26 16:21:30 -06:00
__init__.py Bump version to 0.6.0 2021-10-11 17:44:57 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add WHOOGLE_MINIMAL to docs, tweak min mode logic 2021-10-26 10:38:20 -06:00
request.py Allow setting number of results per page (#486) 2021-10-26 10:28:38 -06:00
routes.py Unescape search response before rendering template 2021-10-26 15:00:39 -06:00