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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-website.git

commit 417f4359cbb9f52ba6c7e14c4163b228cfff052d
Author: Luciano Resende <[email protected]>
AuthorDate: Fri Mar 13 20:43:16 2020 -0700

    Set ASSETH_PATH for theme assets
    
    Related to:
    https://github.com/plusjade/jekyll-bootstrap/issues/290
---
 site/_config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_config.yml b/site/_config.yml
index 934f923..e013680 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -34,6 +34,7 @@ keep_files: [".git", ".svn", "apidocs"]
 
 # if 'analytics_on' is true, analytics section will be rendered on the HTML 
pages
 JB:
+  ASSET_PATH: "/assets/themes/apache-clean"
   analytics:
     provider: google_universal
     google_universal:

Reply via email to