Skip to content

Commit 92b9c91

Browse files
authored
Merge pull request #201 from AntennaPod/fix-redirect
Fix page redirects
2 parents 7ff25cd + 2af43e1 commit 92b9c91

File tree

6 files changed

+1
-16
lines changed

6 files changed

+1
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _site
33
.jekyll-cache
44
.jekyll-metadata
55
Gemfile.lock
6+
.bundle

blog.html renamed to blog/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: internal
33
title: titles.blog
4-
permalink: /blog
54
---
65

76
<div class="container-fluid background-gray-100 py-4">

contribute.html renamed to contribute/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: page
33
title: titles.contribute
44
excerpt: contribute.introduction
5-
permalink: /contribute/
65
---
76

87
<p>{% t contribute.introduction %}</p>

documentation-redirect.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

privacy-redirect.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)