File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
6
6
< link rel ="shortcut icon " type ="image/x-icon " href ="{{ url_for('static', filename='favicon.ico') }} ">
7
+ < link rel ="alternate " type ="application/json " href ="{{ url_for('api', lang=lang) }} ">
8
+
7
9
< meta property ="og:image " content ="{{ url_for('static', filename='img/cover.jpg', _external=True) }} ">
8
10
< meta property ="twitter:card " content ="summary_large_image ">
9
11
< meta property ="twitter:site " content ="@pyvec ">
13
15
< link rel ="stylesheet " href ="{{ url_for('static', filename='main.css') }} ">
14
16
< script src ="https://use.fontawesome.com/6620d97d37.js "> </ script >
15
17
16
- < link rel ="alternate " type ="application/json " title ="JSON API " href ="{{ url_for('api', lang=lang) }} ">
17
-
18
18
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
19
19
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
20
20
You can’t perform that action at this time.
0 commit comments