mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-11 18:28:52 +00:00
8dd888295d
* website: add SimpleX Network News channel preview * send relay domain/capability to channel owner on profile update * add channel ID * add top offset parameter * allow overscroll * better scroll * improve * fix promoted communities * use path for channel renderer without host * fix --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
17 lines
609 B
HTML
17 lines
609 B
HTML
---
|
|
layout: layouts/main.html
|
|
title: "SimpleX Network News"
|
|
description: "The news about SimpleX Network technology, governance and anything related to its development."
|
|
templateEngineOverride: njk
|
|
---
|
|
|
|
<div data-simplex-channel-preview
|
|
data-channel-link="https://smp18.simplex.im/c#grcfG3ulVI4Sh6ow33qBsmSk7uEy3gRSl2KkJ5ER6tA"
|
|
data-channel-id="8Ge2ASVRkbDhdJc05ZgSSnZmSjw3UMUaQW_QttI0j_w="
|
|
data-relay-domains="relay1.simplex.chat,relay2.simplex.chat"
|
|
data-app-download-buttons="off"
|
|
data-color-scheme="site"
|
|
data-top-offset="54"
|
|
></div>
|
|
<script src="/js/channel-preview.js"></script>
|