diff options
| author | unwox <me@unwox.com> | 2024-10-23 00:13:25 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-23 00:14:17 +0600 |
| commit | 0f037ee5a6a942e8e3a25dad0962934b4d760dfc (patch) | |
| tree | 07471a3c8c5ae3b362c8f81cc3e3455d6c0198d8 /bin/serve.fnl | |
| parent | 3bc2c54748300bcc966be9d7924f5f8f964ece33 (diff) | |
meicha.ru -> everytea.ru
Diffstat (limited to 'bin/serve.fnl')
| -rw-r--r-- | bin/serve.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl index 985d06f..8c7cc9c 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -299,9 +299,9 @@ (if (not (form-empty? form)) [:a {:href "/" :style "display: block;"} [:img {:class "logo" :src "/static/logo.svg" - :alt "Логотип meicha.ru" :title "Логотип meicha.ru"}]] + :alt "Логотип everytea.ru" :title "Логотип everytea.ru"}]] [:img {:class "logo" :src "/static/logo.svg" - :alt "Логотип meicha.ru" :title "Логотип meicha.ru"}]) + :alt "Логотип everytea.ru" :title "Логотип everytea.ru"}]) (menu-template path "menu-mobile") [:form {:class "form"} [:input {:type :search :name "query" :value form.query |
