diff --git a/data/services/community.yaml b/data/services/community.yaml index 368bb58..4714182 100644 --- a/data/services/community.yaml +++ b/data/services/community.yaml @@ -34,3 +34,12 @@ - name: Wiki url: https://wiki.kosmos.org description: Kosmos documentation and knowledge base +- category: Coming Soon + items: + - name: Storage + url: https://remotestorage.io + description: Personal data storage and synchronization for the Web + coming_soon: true + - name: E-Mail + description: First sent in 1971, still useful and necessary today + coming_soon: true diff --git a/themes/kosmos-22/layouts/partials/services/community.html b/themes/kosmos-22/layouts/partials/services/community.html index 6cb227c..92f2b24 100644 --- a/themes/kosmos-22/layouts/partials/services/community.html +++ b/themes/kosmos-22/layouts/partials/services/community.html @@ -3,10 +3,21 @@
{{ .description }}
+ {{ else }}{{ .description }}
+ {{ end }}