raannakasturi commited on
Commit
24b1a2e
·
1 Parent(s): ec51d0d

Update Mindmap loading message to include link to Android App (Under Development) in post_blog.py

Browse files
Files changed (1) hide show
  1. post_blog.py +1 -1
post_blog.py CHANGED
@@ -71,7 +71,7 @@ def generate_post_html(title, summary, mindmap, citation):
71
  </div>
72
  <br>
73
  <h2>Mindmap</h2>
74
- <p><small><em>If MindMap doesn't load, go to the <a href="/">Homepage</a> and visit blog again or .</em></small></p><a href="/#">Switch to Android App</a>
75
  <div class="markmap" id="paper_mindmap">
76
  <script type="text/template">
77
  {mindmap.replace("&amp;", "&").replace(":", "=>")}
 
71
  </div>
72
  <br>
73
  <h2>Mindmap</h2>
74
+ <p><small><em>If MindMap doesn't load, go to the <a href="/">Homepage</a> and visit blog again or <a href="/#">Switch to Android App (Under Development)</a>.</em></small></p>
75
  <div class="markmap" id="paper_mindmap">
76
  <script type="text/template">
77
  {mindmap.replace("&amp;", "&").replace(":", "=>")}