You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2023/04/28 12:04:50 UTC

[comdev-site] branch main updated: Add /tags/ to /tags.html redirect

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 49546d0  Add /tags/ to /tags.html redirect
49546d0 is described below

commit 49546d0ac4903535e693b61b6cfb035041d43d46
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Fri Apr 28 14:04:37 2023 +0200

    Add /tags/ to /tags.html redirect
    
    This because the /tags.html is automatically created by Hugo. A single tag will however be named /tags/some-tag.html, after which the breadcrumb will point to the /tags/ URL. For now add a redirect for it.
---
 static/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/static/.htaccess b/static/.htaccess
index ba8e153..bc4547e 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -5,3 +5,5 @@ Redirect /mentee-ranking-process.html /gsoc/mentee-ranking-process.html
 Redirect /use-the-comdev-issue-tracker-for-gsoc-tasks.html /gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.html
 
 Redirect /mentoring/experiences.html /gsoc/experiences.html
+
+Redirect /tags/ /tags.html