style: some changes

This commit is contained in:
thek4n 2026-03-29 09:23:35 +03:00
parent 3b0de79a17
commit 3056d56b4f
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ async fn main() {
let listener = tokio::net::TcpListener::bind(addr).await.unwrap();
let actual_addr = listener.local_addr().expect("Failed to get local address");
println!("Server started on http://{actual_addr}");
println!("mdpreview v{VERSION} server started on http://{actual_addr}");
if args.browser {
let mut url = format!("http://{actual_addr}");

View File

@ -166,7 +166,7 @@
<a href="/">← Main</a>
<a href="/random">🎲 Random note</a>
{% block footer %}
<p>{{ package_name }} - {{ authors }} - v{{ version }}</p>
<p>{{ package_name }} v{{ version }}</p>
{% endblock %}
</div>
</div>