This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push: new 499e589 md_page.gsp template for markdown is not needed. go directly to skeleton.gsp 499e589 is described below commit 499e5892967eb74e18e4f2ef9db885be906735fe Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Oct 28 11:55:31 2020 -0700 md_page.gsp template for markdown is not needed. go directly to skeleton.gsp --- jbake.properties | 2 +- templates/md_page.gsp | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/jbake.properties b/jbake.properties index d16a52a..6f5654e 100644 --- a/jbake.properties +++ b/jbake.properties @@ -3,7 +3,7 @@ site.host=http://localhost:8820 template.brand.file=brand.gsp template.navigator.file=navigator.gsp template.html_page.file=html_page.gsp -template.md_page.file=md_page.gsp +template.md_page.file=skeleton.gsp markdown.extensions=ALL,-HARDWRAPS #template.archive.file=archive.gsp #template.tag.file=tags.gsp diff --git a/templates/md_page.gsp b/templates/md_page.gsp deleted file mode 100644 index 45ef793..0000000 --- a/templates/md_page.gsp +++ /dev/null @@ -1,7 +0,0 @@ -<% -// md does not do html extraction -content.header=null; -content.bodytag=null; -content.extracted_body=null; - -include "skeleton.gsp" %>