[web] master update

Matt Caswell matt at openssl.org
Sun Feb 17 13:22:04 UTC 2019


The branch master has been updated
       via  c2804b5a37217fccddacb44e5dc2791f962759ac (commit)
      from  d58a4110c94ead1c72693c86e1d5841620209660 (commit)


- Log -----------------------------------------------------------------
commit c2804b5a37217fccddacb44e5dc2791f962759ac
Author: Matt Caswell <matt at openssl.org>
Date:   Thu Feb 14 14:51:15 2019 +0000

    Remove rel=canonical from head.shtml
    
    With that line we are claiming that all our web pages are synonyms of the
    home page.
    
    Fixes #117
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/web/pull/118)

-----------------------------------------------------------------------

Summary of changes:
 inc/head.shtml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inc/head.shtml b/inc/head.shtml
index 244afed..c622c8b 100644
--- a/inc/head.shtml
+++ b/inc/head.shtml
@@ -9,7 +9,6 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
-  <link rel="canonical" href="https://www.openssl.org/">
   <link href="/favicon.ico" rel="icon">
   <link href="/inc/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
 


More information about the openssl-commits mailing list