txtdot/templates/components/search-styles.ejs
Artemy Egorov 4460d3df1d
Webder support (#145)
* Webder support (#144)

* refactor: remove search configuration.

Create third_party

* feat: webder support
2024-04-26 17:08:34 +00:00

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"><%
}
%>