This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new eb3342bb4 AVRO-3544: Fix projects print template for website (#1732)
eb3342bb4 is described below
commit eb3342bb445e42b6bd1ceedc264884d20306e98c
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 }}