txtdot/templates/components/search-styles.ejs
Artemy Egorov 6e9e9a6cc6
Plugins config (#147)
* refactor: rename configs

* refactor: create plugin config

* refactor: universal config

* fix: engine plugins default list
2024-04-27 22:15:19 +03:00

6 lines
169 B
Plaintext

<%
if (config.env.third_party.searx_url) {
%><link rel="stylesheet" href="/static/search.css">
<link rel="stylesheet" href="/static/form-inputs.css"><%
}
%>