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/about/index.html | 2 +- src/main/resources/templates/benki/posts/postList.html | 2 +- src/main/resources/templates/benki/wiki/wikiPage.html | 2 +- src/main/resources/templates/benki/wiki/wikiPageRevisionList.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/about/index.html b/src/main/resources/templates/benki/about/index.html index edfd82e..5376f62 100644 --- a/src/main/resources/templates/benki/about/index.html +++ b/src/main/resources/templates/benki/about/index.html @@ -6,7 +6,7 @@ {#siteSection}About This Site{/siteSection} {#aboutClass}this-page{/aboutClass} -{#nav}{#navbar siteSection="About" /}{/nav} +{#nav}{#navbar siteSection="About" /} {#head}{/head} 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} diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html index a98b147..782e7cc 100644 --- a/src/main/resources/templates/benki/wiki/wikiPage.html +++ b/src/main/resources/templates/benki/wiki/wikiPage.html @@ -6,7 +6,7 @@ {#siteSection}Wiki{/siteSection} {#wikiClass}this-page{/wikiClass} -{#nav}{#navbar siteSection="Wiki" /}{/nav} +{#nav}{#navbar siteSection="Wiki" /} {#head} diff --git a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html index 91e5058..eacad4b 100644 --- a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html +++ b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html @@ -7,7 +7,7 @@ {#siteSection}Wiki{/siteSection} {#wikiClass}this-page{/wikiClass} -{#nav}{#navbar siteSection="Wiki" /}{/nav} +{#nav}{#navbar siteSection="Wiki" /} {#body}
-- cgit v1.2.3