This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new a363f52  try to remove cache on github pages since latest content is 
not showing for users that already loaded the page
a363f52 is described below

commit a363f5202c9c0ebe0605fe957be1071227811375
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Aug 29 12:35:23 2019 +0200

    try to remove cache on github pages since latest content is not showing for 
users that already loaded the page
---
 _layouts/docpage.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 4a217e8..79144e3 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -29,6 +29,7 @@ limitations under the License.
 <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 />
 <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/styles.css" />
 <link rel="shortcut icon" href="">
+<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1, user-scalable=no" />
 <meta property="og:image" 
content="https://royale.apache.org/wp-content/uploads/2019/05/apache-royale-docs.jpg"/>

Reply via email to