diff --git a/templates/base.html b/templates/base.html index 1470d0b3b..1f4a043f1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,6 +29,7 @@ {%- block header %}{% endblock header -%} {%- block body -%}{%- endblock body -%} + {%- include "footer.html" -%} diff --git a/templates/core/about/badges.html b/templates/core/about/badges.html index 5cf5e5720..6ffb93b96 100644 --- a/templates/core/about/badges.html +++ b/templates/core/about/badges.html @@ -5,7 +5,7 @@ {%- block body -%}

Badges

-
+

You can use badges to show state of your documentation to your users. diff --git a/templates/core/about/builds.html b/templates/core/about/builds.html index cf0c70c65..622bc5d53 100644 --- a/templates/core/about/builds.html +++ b/templates/core/about/builds.html @@ -5,7 +5,7 @@ {%- block body -%} {%- set docsrs_repo = "https://github.com/rust-lang/docs.rs" -%}

Builds

-
+

Docs.rs automatically builds documentation for crates released on crates.io. diff --git a/templates/core/about/index.html b/templates/core/about/index.html index b3c7f4e2a..68d53b1c7 100644 --- a/templates/core/about/index.html +++ b/templates/core/about/index.html @@ -6,7 +6,7 @@ {%- set docsrs_repo = "https://github.com/rust-lang/docs.rs" -%}

About Docs.rs

-
+

Docs.rs is an diff --git a/templates/core/about/metadata.html b/templates/core/about/metadata.html index 2ed383ae0..f9a2b08cc 100644 --- a/templates/core/about/metadata.html +++ b/templates/core/about/metadata.html @@ -5,7 +5,7 @@ {%- block body -%}

Metadata for custom builds

-
+

You can customize docs.rs builds by defining [package.metadata.docs.rs] diff --git a/templates/core/about/redirections.html b/templates/core/about/redirections.html index cbff53403..d0785d5cb 100644 --- a/templates/core/about/redirections.html +++ b/templates/core/about/redirections.html @@ -5,7 +5,7 @@ {%- block body -%}

Shorthand URLs

-
+

Docs.rs uses semver to parse URLs. You can use this feature to access diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 000000000..c92b076e4 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,5 @@ +

diff --git a/templates/header/topbar_begin.html b/templates/header/topbar_begin.html index 6f0c2f3e0..edc4ea5c6 100644 --- a/templates/header/topbar_begin.html +++ b/templates/header/topbar_begin.html @@ -34,20 +34,6 @@ #}