Skip to content

Commit 5e30f44

Browse files
committed
Add proper meta description & remove OTR shenanigans. bascht#79
Refs bascht#79
1 parent 76dcdf2 commit 5e30f44

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
theme: jekyll-theme-cayman
22
title: Are we OMEMO yet?
3-
description: ?OTR:AAIDAAAAAAEAAAACAAAAwL2V…
3+
description: Tracking the progress of OMEMO integration in XMPP clients.

assets/css/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
margin-right: auto;
1313
text-align: center;
1414
width: 50%;
15-
margin-top: -6em; // MAGIC!
15+
margin-top: -4em; // MAGIC!
1616
}
1717

1818
.page-header {

index.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ layout: default
44
<a href="https://omemo.top"><img src="./assets/images/omemo_logo.png"
55
id="omemo_logo" class="nobordernonation" /></a>
66

7-
Tracking the progress of [OMEMO](https://conversations.im/omemo/)
8-
integration in various XMPP clients.
7+
This list displays the progress of [OMEMO](https://conversations.im/omemo/)
8+
integration in various XMPP clients. If you cannot find your favourite
9+
client in here, please [send a pull request](#have-something-to-add--update).
10+
The last update was **{{ 'now' | date: "%Y-%m-%d" }}**.
911

1012
# Client Progress
1113

@@ -51,7 +53,10 @@ integration in various XMPP clients.
5153

5254
### Have something to add / update?
5355

54-
Please send a [pull request](https://github.com/bascht/omemo-top).
56+
The source of this website is available on
57+
[GitHub](https://github.com/bascht/omemo-top). If you notice obsolete
58+
/ inaccurate information, or want to help us work on this site, please
59+
send a pull request.
5560

5661
---
5762

0 commit comments

Comments
 (0)