mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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):
|
||||
if index == 5:
|
||||
break
|
||||
status_updates.write(line)
|
||||
status_updates.write("<b>" + line + "</b>")
|
||||
|
||||
Reference in New Issue
Block a user