From d21df9843921d4ba5dc8e7194516fc287d547f12 Mon Sep 17 00:00:00 2001 From: pluja Date: Mon, 7 Oct 2024 17:35:41 +0200 Subject: [PATCH] add support for matrix --- src/frontend/templates/service.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/frontend/templates/service.html b/src/frontend/templates/service.html index 298b3ed..1c90beb 100644 --- a/src/frontend/templates/service.html +++ b/src/frontend/templates/service.html @@ -269,9 +269,27 @@ SimpleX + {{else if eq .Platform "matrix" }} +
  • + + + + + + + + + + Matrix + +
  • {{else}} -
  • -

    {{.Platform}} - {{.Link}}

    +
  • + + {{.Platform}} +
  • {{end}} {{end}}