raannakasturi commited on
Commit
670359a
·
verified ·
1 Parent(s): 943ba68

Update post_blog.py

Browse files
Files changed (1) hide show
  1. 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("&amp;", "&")}">{html_summary.replace("&amp;", "&")}</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("&amp;", "&")}">{html_summary.replace("&amp;", "&")}</p>
42
  <br>
43
  <br>