This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 9cfd50f9882141ab00b234a70314ef46441acd16 Author: Ryan Skraba <[email protected]> AuthorDate: Tue Jun 28 19:49:21 2022 +0200 AVRO-3544: Fix projects print template for website (#1732) --- doc/layouts/project/list.print.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/layouts/project/list.print.html b/doc/layouts/project/list.print.html index 0cdfa9dba..33fa25d9f 100644 --- a/doc/layouts/project/list.print.html +++ b/doc/layouts/project/list.print.html @@ -1,3 +1,4 @@ +{{ define "main" }} <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -18,7 +19,5 @@ under the License. --> - -{{ define "main" }} {{ partial "print/render" . }} {{ end }}
