diff xsls/article.xsls @ 2846:fdf1464e1977

Moved banner to the external file to make partial rollout possible. An idea is to have several banners and show them with different probability specified by split directive in the nginx.conf
author Sergey Budnevitch <sb@waeme.net>
date Tue, 10 May 2022 18:07:27 +0400
parents 8af7fe0794b0
children c704a743f269
line wrap: on
line diff
--- a/xsls/article.xsls
+++ b/xsls/article.xsls
@@ -26,6 +26,7 @@ X:include href = "link.xslt";
 X:include href = "style.xslt";
 X:include href = "body.xslt";
 X:include href = "menu.xslt";
+X:include href = "banner.xslt";
 X:include href = "ga.xslt";
 X:include href = "content.xslt";
 X:include href = "books.xslt";
@@ -49,6 +50,8 @@ X:template = "/article | /module" {
 
     !style (lang="@lang")
 
+    !banner ()
+
     !ga ()
 
     </head>