This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new a58201e fix: remove invisible `<span>` from Antora UI a58201e is described below commit a58201e539e494416b119b38cd39f5e0b36f0dde Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Sun Mar 15 18:01:53 2020 +0100 fix: remove invisible `<span>` from Antora UI This makes the corresponding change made to Hugo templates in #199 in the Antora UI theme as well. --- antora-ui-camel/src/partials/header-content.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-ui-camel/src/partials/header-content.hbs b/antora-ui-camel/src/partials/header-content.hbs index 1a0a494..992c01d 100644 --- a/antora-ui-camel/src/partials/header-content.hbs +++ b/antora-ui-camel/src/partials/header-content.hbs @@ -1,7 +1,7 @@ <header class="header"> <nav class="navbar"> <div class="navbar-brand"> - <a class="nav-logo" href="{{siteRootPath}}"><span>{{site.title}}</span></a> + <a class="nav-logo" href="{{siteRootPath}}"></a> <div id="topbar-nav" class="navbar-menu"> <div class="navbar-end"> {{#withMenuData}}