diff --git a/content/latest/architecture/docdb/sharding.md b/content/latest/architecture/docdb/sharding.md
index 4b9625b0..b5bf4d19 100644
--- a/content/latest/architecture/docdb/sharding.md
+++ b/content/latest/architecture/docdb/sharding.md
@@ -34,7 +34,7 @@ a table may therefore have at most 64K tablets. We expect this to be sufficient
very large data sets or cluster sizes.
As an example, for a table with 16 tablets the overall hash space [0x0000 to 0xFFFF) is divided into
-16 sub-ranges, one for each tablet: [0x0000, 0x1000), [0x1000, 0x2000), … , [0xF000, 0xFFFF).
+16 sub-ranges, one for each tablet: [0x0000, 0x1000), [0x1000, 0x2000), … , [0xF000, 0xFFFF].

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1511b4d5..b851cde5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -54,7 +54,7 @@
{{ with .Site.Params.bigpicture }}
-
+
{{ end }}