mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Updated console site
This commit is contained in:
parent
779c62d714
commit
362537a5db
6 changed files with 21 additions and 6 deletions
|
@ -121,7 +121,7 @@ def render_topic(topic_entries):
|
|||
md += "<span class=\"topic\">"
|
||||
md += "<img class=\"topic_image\" src=\""+str(topic["image"])+"\"/>"
|
||||
md += "<span class=\"topic_title\">"+str(topic["title"])+"</span>"
|
||||
md += "<span class=\"topic_date\">"+str(topic["date"])+"</span>"
|
||||
#md += "<span class=\"topic_date\">"+str(topic["date"])+"</span>"
|
||||
md += "<span class=\"topic_excerpt\">"+str(topic["excerpt"])+"</span>"
|
||||
md += "</span>"
|
||||
md += "</a>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue