From 188327df8235e114962a7ccf5895999eab2e3470 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 17 Apr 2020 21:22:57 +0200 Subject: Update to Quarkus 1.3.2.Final. Also adds a workaround for Quarkus issue #8662 (https://github.com/quarkusio/quarkus/issues/8662). Change-Id: I0a91a67609b0fce4cf7f4dd356d787caf1e2938d --- src/main/resources/templates/benki/posts/postList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/benki/posts/postList.html') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 3cd4e49..9b8f060 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -12,7 +12,7 @@ {#title}Benki {pageTitle}{/title} {#siteSection}{pageTitle}{/siteSection} -{#nav}{#navbar siteSection=pageTitle /}{/nav} +{#nav}{#navbar siteSection=pageTitle /} {#head} -- cgit v1.2.3