Update templates/latex.html
Browse files- templates/latex.html +3 -3
templates/latex.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<html>
|
2 |
<head>
|
3 |
<!-- Primary Meta Tags -->
|
4 |
-
<title>
|
5 |
<meta name="title" content="{{q}}" />
|
6 |
<meta name="description" content="LaTex" />
|
7 |
|
@@ -9,13 +9,13 @@
|
|
9 |
<meta property="og:type" content="website" />
|
10 |
<meta property="og:title" content="{{q}}"/>
|
11 |
<meta property="og:description" content=":D" />
|
12 |
-
<meta property="og:image" content="/image?encoded={{result}}" />
|
13 |
|
14 |
<!-- Twitter -->
|
15 |
<meta property="twitter:card" content="summary_large_image" />
|
16 |
<meta property="twitter:title" content="{{q}}" />
|
17 |
<meta property="twitter:description" content=":O" />
|
18 |
-
<meta property="twitter:image" content="/image?encoded={{result}}" />
|
19 |
|
20 |
<!-- Meta Tags Generated with https://metatags.io -->
|
21 |
</head>
|
|
|
1 |
<html>
|
2 |
<head>
|
3 |
<!-- Primary Meta Tags -->
|
4 |
+
<title>{{q}}</title>
|
5 |
<meta name="title" content="{{q}}" />
|
6 |
<meta name="description" content="LaTex" />
|
7 |
|
|
|
9 |
<meta property="og:type" content="website" />
|
10 |
<meta property="og:title" content="{{q}}"/>
|
11 |
<meta property="og:description" content=":D" />
|
12 |
+
<meta property="og:image" content="https://yobatm-latex.hf.space/image?encoded={{result}}" />
|
13 |
|
14 |
<!-- Twitter -->
|
15 |
<meta property="twitter:card" content="summary_large_image" />
|
16 |
<meta property="twitter:title" content="{{q}}" />
|
17 |
<meta property="twitter:description" content=":O" />
|
18 |
+
<meta property="twitter:image" content="https://yobatm-latex.hf.space/image?encoded={{result}}" />
|
19 |
|
20 |
<!-- Meta Tags Generated with https://metatags.io -->
|
21 |
</head>
|