This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit eb6d999e7d51a8deac02a67d236c797e0c31e6e1 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Mon Feb 22 18:51:18 2021 -0300 correction link of publications --- _config.yml | 7 +++++++ _data/navigation.yml | 4 ++-- publications.md => publications-home.md | 0 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e1ca9f7..c61205b 100644 --- a/_config.yml +++ b/_config.yml @@ -13,4 +13,11 @@ asciidoctor: - source-highlighter=coderay - icons=font compress_html: + clippings: all + comments: ["<!-- ", " -->"] + endings: all + ignore: + envs: [local] + blanklines: false profile: true + startings: [html, head, body] diff --git a/_data/navigation.yml b/_data/navigation.yml index f3723b5..b92839d 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -11,7 +11,7 @@ external: false - title: Publications - url: /publications + url: /publications-home external: false - title: Apache @@ -27,4 +27,4 @@ external: true - title: Thanks url: http://www.apache.org/foundation/thanks.html - external: true \ No newline at end of file + external: true diff --git a/publications.md b/publications-home.md similarity index 100% rename from publications.md rename to publications-home.md
