[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Fri Sep 2 15:47:29 UTC 2016


The branch master has been updated
       via  a19fdc7d14742b2c1b64e7d2078fd397c12ad409 (commit)
      from  356f13f0feb84c5ece13c3aeb5bd2bed0c612deb (commit)


- Log -----------------------------------------------------------------
commit a19fdc7d14742b2c1b64e7d2078fd397c12ad409
Author: Rich Salz <rsalz at akamai.com>
Date:   Fri Sep 2 11:47:22 2016 -0400

    test SSI to get nav names better

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

Summary of changes:
 inc/head.inc     | 3 ++-
 news/index.html  | 1 +
 news/pgpkey.html | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/inc/head.inc b/inc/head.inc
index 009e58a..d1d12d0 100644
--- a/inc/head.inc
+++ b/inc/head.inc
@@ -1,5 +1,6 @@
 <!-- head.inc -->
-  <title>OpenSSL</title>
+  <!--#config errmsg="OpenSSL" -->
+  <title><!--#echo var="$TITLE" --></title>
   <meta charset="utf-8">
   <meta name="author" content="OpenSSL Foundation, Inc.">
   <meta name="HandheldFriendly" content="True">
diff --git a/news/index.html b/news/index.html
index e157bcb..7a14034 100644
--- a/news/index.html
+++ b/news/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+<!--#set var="TITLE" value="News" -->
 <!--#include virtual="/inc/head.inc" -->
 
 <body>
diff --git a/news/pgpkey.html b/news/pgpkey.html
index b89628f..1f87dd9 100644
--- a/news/pgpkey.html
+++ b/news/pgpkey.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+<!--#set var="TITLE" value="$DOCUMENT_URI" -->
 <!--#include virtual="/inc/head.inc" -->
 <body>
   <!--#include virtual="/inc/banner.inc" -->


More information about the openssl-commits mailing list