caddy: hosted sites now supports mobile view

This commit is contained in:
Tigor Hutasuhut 2024-09-07 10:01:28 +07:00
parent 89c2b3076b
commit 49bbe6364e

View file

@ -23,7 +23,7 @@ in
sortedDomains = lists.sort (a: b: a < b) domains; sortedDomains = lists.sort (a: b: a < b) domains;
list = map list = map
(domain: /*html*/ '' (domain: /*html*/ ''
<div class="col col-sm-6 col-md-4 col-lg-3 text-center align-middle"> <div class="col-12 col-sm-6 col-md-4 col-lg-3 text-center align-middle">
<a href="https://${domain}">${domain}</a> <a href="https://${domain}">${domain}</a>
</div>'') </div>'')
sortedDomains; sortedDomains;