
* Webder support (#144) * refactor: remove search configuration. Create third_party * feat: webder support
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
<%
|
|
if (config.third_party.searx_url) {
|
|
%><link rel="stylesheet" href="/static/search.css">
|
|
<link rel="stylesheet" href="/static/form-inputs.css"><%
|
|
}
|
|
%> |