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 912a0e2 refactor: use relative links
912a0e2 is described below
commit 912a0e2a7a3eaf1075ea67bfd56628fa88b937cf
Author: Zoran Regvart <[email protected]>
AuthorDate: Mon Nov 2 14:45:05 2020 +0100
refactor: use relative links
---
layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/index.html b/layouts/index.html
index dbb8196..f051053 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -35,7 +35,7 @@
</time>
<div class="content">
<h2>{{ .Title }}</h2>
- <p>{{ .Params.preview }}... <a href="{{ .Permalink }}">Read
More</a></p>
+ <p>{{ .Params.preview }}... <a href="{{ .RelPermalink }}">Read
More</a></p>
</div>
</li>
{{end}}