fixed formatting
This commit is contained in:
@@ -72,14 +72,8 @@ main :: proc() {
|
||||
end := time.tick_since(start)
|
||||
|
||||
os.write_string(file, "<br><footer><hr />This site was generated με αγάπη on ")
|
||||
os.write_string(
|
||||
file,
|
||||
fmt.aprintf("%s ", time.to_string_dd_mm_yy(date, buf[:]), allocator = arena_alloc),
|
||||
)
|
||||
os.write_string(
|
||||
file,
|
||||
fmt.aprintf("in %v ", time.duration_round(end, time.Nanosecond), allocator = arena_alloc),
|
||||
)
|
||||
os.write_string(file, fmt.aprintf("%s ", time.to_string_dd_mm_yy(date, buf[:]), allocator = arena_alloc))
|
||||
os.write_string(file, fmt.aprintf("in %v ", time.duration_round(end, time.Nanosecond), allocator = arena_alloc))
|
||||
os.write_string(file, "<font color=#ea76cb><3</font> </footer><br>")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user