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 db3cf05874a0c89dfb43f32cc11f4fa47565bdaf
Author: Luciano Resende <[email protected]>
AuthorDate: Fri Mar 13 20:59:58 2020 -0700

    Fix broken link generation
    
    The recent Jekyll (2.4.0) requires permlink
    configuration to properly generate links
    to internal site pages
---
 site/_config.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/site/_config.yml b/site/_config.yml
index e013680..39bb8eb 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -24,7 +24,10 @@ github_username:  apache
 
 # Build settings
 markdown: kramdown
-permalink: /news/:year/:month/:day/:title/
+kramdown:
+  parse_block_html: true
+
+permalink: pretty
 excerpt_separator: ""
 
 repository: https://github.com/apache/bahir-website

Reply via email to