We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275f4a2 commit 71b7cf7Copy full SHA for 71b7cf7
_layouts/news.html
@@ -2,6 +2,12 @@
2
layout: default
3
---
4
5
+{% if site.locales.sidebar[page.lang] %}
6
+ {% assign syndicate = site.locales.sidebar[page.lang].syndicate %}
7
+{% else %}
8
+ {% assign syndicate = site.locales.sidebar['en'].syndicate %}
9
+{% endif %}
10
+
11
<div id="content-wrapper">
12
<div id="head-wrapper-1">
13
<div id="head-wrapper-2">
@@ -40,6 +46,9 @@ <h3><strong>Archives By Year</strong></h3>
40
46
{% endfor %}
41
47
</ul>
42
48
</div>
49
50
+ <h3>{{ syndicate.text }}</h3>
51
+ <p><a href="{{ syndicate.recent_news.url }}">{{ syndicate.recent_news.text }}</a></p>
43
52
44
53
45
54
<hr class="hidden-modern" />
0 commit comments