Skip to content

Commit 5b2fdf4

Browse files
KixironJoshua Nelson
authored andcommitted
Added space to about page
1 parent df7654b commit 5b2fdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tera-templates/core/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 id="crate-title">About Docs.rs</h1>
1919
<a href="https://crates.io/">crates.io</a>
2020
using the nightly release of the Rust compiler.
2121

22-
{%- if rustc_version -%}
22+
{%- if rustc_version %}
2323
The current version of the Rust compiler in use is <code>{{ rustc_version }}</code>.
2424
Builds can take a while depending how many crates are in <a href="/releases/queue">the queue</a>.
2525
If you need a newer version of this compiler, check the

0 commit comments

Comments
 (0)