-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.cn.html
44 lines (37 loc) · 1.84 KB
/
index.cn.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
---
<div class="home">
<!--
<h1 class="page-heading">{{ site.data.i18n[page.language].posts }}</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
<p class="rss-subscribe"><a href="{{ "/feed.xml" | prepend: site.baseurl }}">{{ site.data.i18n[page.language].rss }}</a></p>
-->
<h1 class="page-heading">{{ site.data.i18n[page.language].team_introduction_title }}</h1>
<p>{{ site.data.i18n[page.language].team_introduction_html }}</h1>
<h1 class="page-heading">{{ site.data.i18n[page.language].links }}</h1>
<ul>
<li><a href="https://alioth.debian.org/projects/chinese/">{{ site.data.i18n[page.language].alioth_site_name }}</a></li>
<li><a href="https://lists.alioth.debian.org/cgi-bin/mailman/listinfo/chinese-developers">{{ site.data.i18n[page.language].maillist_alioth }}</a></li>
<li><a href="https://qa.debian.org/developer.php?email=chinese-developers%40lists.alioth.debian.org">{{ site.data.i18n[page.language].ddpo_site_name }}</a></li>
<li><a href="https://lists.debian.org/debian-chinese-gb/">{{ site.data.i18n[page.language].maillist_gb_name }}</a></li>
<li><a href="https://lists.debian.org/debian-chinese-big5/">{{ site.data.i18n[page.language].maillist_big5_name }}</a></li>
</ul>
<h1 class="page-heading">{{ site.data.i18n[page.language].working_directions }}</h1>
<ul>
{% for my_page in site.pages_by_language[page.language] %}
{% if my_page.title %}
<li><a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>