File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
< article class ="newsletter ">
7
7
< header class ="post-header ">
8
- {% include functions/localization-finder.md %}
8
+ <!-- {% include functions/localization-finder.md %}-->
9
9
{% assign year = page.date | date: "%Y" %}
10
10
{% assign path = "/" | append: page.lang | append: "/podcast/" | append: year | append: "/" %}
11
11
{% include linkers/breadcrumbs.md path=path %}
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ layout: default
4
4
---
5
5
<link rel =" stylesheet " href =" /assets/css/main.css " >
6
6
7
+ <!-- turn off podcast localization for now
7
8
<div class="localization">
8
- <a href =" /en/blog / " >en</a >
9
+ <a href="/en/podcast /">en</a>
9
10
{% for lang in site.languages %}
10
- | <a href =" /{{ lang.code }}/blog / " >{{lang.code}}</a >
11
+ | <a href="/{{ lang.code }}/podcast /">{{lang.code}}</a>
11
12
{% endfor %}
12
- </div >
13
+ </div>-->
13
14
14
15
<h1 class =" post-title " >Podcast</h1 >
15
16
You can’t perform that action at this time.
0 commit comments