Skip to content

Commit a6605b0

Browse files
committed
Podcast: disable localization links
1 parent 1ff0532 commit a6605b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_layouts/podcast-episode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<article class="newsletter">
77
<header class="post-header">
8-
{% include functions/localization-finder.md %}
8+
<!--{% include functions/localization-finder.md %}-->
99
{% assign year = page.date | date: "%Y" %}
1010
{% assign path = "/" | append: page.lang | append: "/podcast/" | append: year | append: "/" %}
1111
{% include linkers/breadcrumbs.md path=path %}

_layouts/podcast.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ layout: default
44
---
55
<link rel="stylesheet" href="/assets/css/main.css">
66

7+
<!-- turn off podcast localization for now
78
<div class="localization">
8-
<a href="/en/blog/">en</a>
9+
<a href="/en/podcast/">en</a>
910
{% for lang in site.languages %}
10-
| <a href="/{{ lang.code }}/blog/">{{lang.code}}</a>
11+
| <a href="/{{ lang.code }}/podcast/">{{lang.code}}</a>
1112
{% endfor %}
12-
</div>
13+
</div>-->
1314

1415
<h1 class="post-title">Podcast</h1>
1516

0 commit comments

Comments
 (0)