Make 'This Month in Rust OSDev' links bold on index page

This commit is contained in:
Philipp Oppermann
2020-07-17 19:53:17 +02:00
parent 36a0ae4737
commit 06d235f8af

View File

@@ -86,4 +86,4 @@ with io.open("templates/auto/status-updates-truncated.html", 'w', encoding='utf8
for index, line in enumerate(lines):
if index == 5:
break
status_updates.write(line)
status_updates.write("<b>" + line + "</b>")