File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ homepage:
86
86
description : " With AntennaPod, you can download episodes and listen anywhere. You can even select podcasts that should be downloaded automatically."
87
87
img-alt : " "
88
88
89
+ # Not installed
90
+ not-installed :
91
+ title : " AntennaPod not installed"
92
+ text : " AntennaPod is not installed or your browser does not support opening it directly."
93
+
89
94
# # Blog
90
95
blog :
91
96
posted : " Posted on"
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: internal
3
+ title: not-installed.title
4
+ ---
5
+
6
+ < div class ="container-fluid ">
7
+ < div class ="container ">
8
+ < div class ="row justify-content-md-center ">
9
+ < div class ="col col-xl-6 ">
10
+ < article class ="post-content ">
11
+ < h2 id ="podcastTitle "> {% t not-installed.title %}</ h2 >
12
+ < p >
13
+ {% t not-installed.text %}
14
+ </ p >
15
+ < p >
16
+ < a href ="{{ site.baseurl }}/download " class ="hero mr-3 mb-3 mb-xs-0 "> {% t generic.download %}</ a >
17
+ </ p >
18
+ </ article >
19
+ </ div >
20
+ </ div >
21
+ </ div >
22
+ </ div >
23
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: internal
3
+ title: not-installed.title
4
+ ---
5
+
6
+ < div class ="container-fluid ">
7
+ < div class ="container ">
8
+ < div class ="row justify-content-md-center ">
9
+ < div class ="col col-xl-6 ">
10
+ < article class ="post-content ">
11
+ < h2 id ="podcastTitle "> {% t not-installed.title %}</ h2 >
12
+ < p >
13
+ {% t not-installed.text %}
14
+ </ p >
15
+ < p >
16
+ < a href ="{{ site.baseurl }}/download " class ="hero mr-3 mb-3 mb-xs-0 "> {% t generic.download %}</ a >
17
+ </ p >
18
+ </ article >
19
+ </ div >
20
+ </ div >
21
+ </ div >
22
+ </ div >
23
+
You can’t perform that action at this time.
0 commit comments