diff options
Diffstat (limited to 'bin/serve.fnl')
| -rw-r--r-- | bin/serve.fnl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl index f4ef3c7..0368bed 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -36,10 +36,18 @@ (fn site-name-template [name] (if - (= name "ipuer.ru") + (= name "ipuer") [:a {:class "site-icon" :href "https://ipuer.ru"} [:img {:src "/static/ipuer.jpg"}] "Институт чая пуэр"] + (= name "artoftea") + [:a {:class "site-icon" :href "https://artoftea.ru"} + [:img {:src "/static/artoftea.png"}] + "Art of tea"] + (= name "ozchai") + [:a {:class "site-icon" :href "https://ozchai.ru"} + [:img {:src "/static/ozchai.ico"}] + "Чайная #OZCHAI"] "")) (fn item-template [product] |
