_content/doc: remove 'For Go 1.15' subtitle from module reference

At this point, we're planning to have a single version of this
document that describes functionality in the highest supported version
of Go and notes where that differs from lower versions.

Changes after this point describe functionality new in Go 1.16.

For golang/go#33637

Change-Id: I485287ad724deb367da07d149cc862b7aff74c30
Reviewed-on: https://go-review.googlesource.com/c/website/+/284812
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
diff --git a/_content/doc/mod.md b/_content/doc/mod.md
index a4b9c07..4e83d44 100644
--- a/_content/doc/mod.md
+++ b/_content/doc/mod.md
@@ -1,6 +1,5 @@
 <!--{
   "Title": "Go Modules Reference",
-  "Subtitle": "For Go 1.15",
   "Path": "/ref/mod"
 }-->
 <!-- TODO(golang.org/issue/33637): Write focused "guide" articles on specific