diff --git a/README.md b/README.md index 44c3047..31e9502 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ $ python3 -m app [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/odysseusmax/tg-index/tree/master) [![Run on Repl.it](https://repl.it/badge/github/odysseusmax/tg-index)](https://repl.it/github/odysseusmax/tg-index) +## API + +Here's the api description. [API](https://github.com/odysseusmax/tg-index/wiki/API) + ## Contributions Contributions are welcome. diff --git a/app/templates/home.html b/app/templates/home.html index acfe6b1..0a827da 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -6,9 +6,9 @@
{% for chat in chats %} - + - +
{{chat.name}}
diff --git a/app/templates/index.html b/app/templates/index.html index 11e7c80..d728131 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -19,7 +19,7 @@
- - {% else %}

diff --git a/app/templates/info.html b/app/templates/info.html index fab71c0..8c88817 100644 --- a/app/templates/info.html +++ b/app/templates/info.html @@ -9,15 +9,15 @@

{% if media.image %} - {{name}} + {{name}} {% elif media.video %}
-
@@ -52,9 +52,9 @@
- {{name}} + {{name}}