From 132b8627adca1170af1b36d3c471e99011ef6f8b Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Thu, 20 Dec 2018 08:02:04 -0800 Subject: blog: remove all remaining protocol-relative URLs Protocol-relative URLs (e.g., "//blog.golang.org") were previously removed in the content of the blog, but not in other areas. Notably, in the atom feed. This causes feed reader apps to fail, because it doesn't know to use https for those URLs. Always use the https scheme, including in the atom feed as well as a couple remaining places in the blog template. Fixes golang/go#17961 Change-Id: I694c888de9437937ba1910227ddae42d3eb0405c Reviewed-on: https://go-review.googlesource.com/c/155357 Reviewed-by: Brad Fitzpatrick --- template/root.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/root.tmpl b/template/root.tmpl index 1f35695..9de7d43 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -119,9 +119,9 @@ noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License,
- and code is licensed under a BSD license.
- Terms of Service | - Privacy Policy | + and code is licensed under a BSD license.
+ Terms of Service | + Privacy Policy | View the source code

-- cgit v1.2.3