You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/09 13:49:45 UTC

[camel-website] 09/09: Update layouts/partials/breadcrumbs.html

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

commit 3ccc77be9c1da5a7889e2e4ca2b430330a073b33
Author: Nayananga Anuradha Muhandiram <na...@gmail.com>
AuthorDate: Fri Aug 9 18:53:03 2019 +0530

    Update layouts/partials/breadcrumbs.html
    
    Co-Authored-By: Zoran Regvart <zo...@regvart.com>
---
 layouts/partials/breadcrumbs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html
index 8441324..d1527ff 100644
--- a/layouts/partials/breadcrumbs.html
+++ b/layouts/partials/breadcrumbs.html
@@ -1,4 +1,4 @@
-{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
+{{ $url := replace .Permalink .Site.BaseURL "" }}
 {{ $.Scratch.Add "path" .Site.BaseURL }}
 
 {{ $.Scratch.Add "breadcrumb" (slice (dict "url" .Site.BaseURL "name" "home" "position" 1 )) }}