mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-11 19:52:52 +00:00
12 lines
261 B
Text
12 lines
261 B
Text
![]() |
- host = instance['domain']
|
||
|
- host ||= instance['uri']
|
||
|
- host = "https://#{host}"
|
||
|
|
||
|
|
||
|
%a{href: host}= instance['title']
|
||
|
%p= instance['description']
|
||
|
%span Users:
|
||
|
%span
|
||
|
= instance.dig('usage', 'users', 'active_month')
|
||
|
= instance.dig('stats', 'user_count')
|