Commit 3536a718e783464f4467faab8b4570f5fa3759e7
Fix title of the app
The title of the app was Sweet Maker; fix it to "swtr - the cannonical sweet
web app".
| | | | 3 | <head> | 3 | <head> |
---|
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
---|
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
---|
6 | <title>Sweet Maker</title> | | <title>Sweet Maker</title> |
---|
| | 6 | <title>swtr - the cannonical sweet web app</title> | 7 | | 7 | |
---|
8 | <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet"> | | <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet"> |
---|
| | 8 | <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet, Sweet Swagger"> | 9 | <link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet"> | 9 | <link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet"> |
---|
10 | <link href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}" rel="stylesheet"> | 10 | <link href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}" rel="stylesheet"> |
---|
11 | <link href="{{ url_for('static', filename='css/annotorious.css') }}" rel="stylesheet"> | 11 | <link href="{{ url_for('static', filename='css/annotorious.css') }}" rel="stylesheet"> |
---|