mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Make 'This Month in Rust OSDev' links bold on index page
This commit is contained in:
@@ -86,4 +86,4 @@ with io.open("templates/auto/status-updates-truncated.html", 'w', encoding='utf8
|
|||||||
for index, line in enumerate(lines):
|
for index, line in enumerate(lines):
|
||||||
if index == 5:
|
if index == 5:
|
||||||
break
|
break
|
||||||
status_updates.write(line)
|
status_updates.write("<b>" + line + "</b>")
|
||||||
|
|||||||
Reference in New Issue
Block a user