Spaces:
Running
Running
Update post_blog.py
Browse files- post_blog.py +2 -0
post_blog.py
CHANGED
@@ -36,6 +36,8 @@ height: 80dvh;
|
|
36 |
</style>
|
37 |
<img style='display:block; width:100%;height:100%;' id='paper_image' src='{image}' />
|
38 |
<br>
|
|
|
|
|
39 |
<p id="paper_summary" data="{summary.replace("&", "&")}">{html_summary.replace("&", "&")}</p>
|
40 |
<br>
|
41 |
<br>
|
|
|
36 |
</style>
|
37 |
<img style='display:block; width:100%;height:100%;' id='paper_image' src='{image}' />
|
38 |
<br>
|
39 |
+
<b>{{getToc}} $title={{Table of Contents}}</b>
|
40 |
+
<br>
|
41 |
<p id="paper_summary" data="{summary.replace("&", "&")}">{html_summary.replace("&", "&")}</p>
|
42 |
<br>
|
43 |
<br>
|