Repository: freemarker-site Updated Branches: refs/heads/master 57ded714f -> 8ddbdaaef
Added "Apache current event" banner (the Board has asked all PMC-s to do this) Project: http://git-wip-us.apache.org/repos/asf/freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/freemarker-site/commit/8ddbdaae Tree: http://git-wip-us.apache.org/repos/asf/freemarker-site/tree/8ddbdaae Diff: http://git-wip-us.apache.org/repos/asf/freemarker-site/diff/8ddbdaae Branch: refs/heads/master Commit: 8ddbdaaef1ce3da5240a3564242282bebf2b4e51 Parents: 57ded71 Author: ddekany <[email protected]> Authored: Mon Apr 23 14:42:35 2018 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 23 14:42:35 2018 +0200 ---------------------------------------------------------------------- src/main/docgen/docgen.cjson | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/freemarker-site/blob/8ddbdaae/src/main/docgen/docgen.cjson ---------------------------------------------------------------------- diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson index 169a5a9..f04f8c5 100644 --- a/src/main/docgen/docgen.cjson +++ b/src/main/docgen/docgen.cjson @@ -149,6 +149,6 @@ socialLinks: { "Stack Overflow": { class: "stack-overflow", href: "olink:newStackOverflowQuestion" } } -// sideTOCLogos: [ -// { src: "images/apache-incubator.png", alt: "Apache Incubator", href: "olink:asfIncubator" } -// ] +sideTOCLogos: [ + { src: "https://www.apache.org/events/current-event-234x60.png", alt: "Apache Incubator", href: "https://www.apache.org/events/current-event.html" } +]
