Display last updated time
This commit is contained in:
parent
ba8dc04455
commit
c841e9ad9e
@ -97,6 +97,8 @@ fn main() -> Result<()> {
|
||||
|
||||
out.push_str("</ul>\n");
|
||||
|
||||
out.push_str(&format!("<small>Last updated: {}</small>", chrono::Utc::now()));
|
||||
|
||||
out.push_str("</body>\n");
|
||||
out.push_str("</html>\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user