diff --git a/2014/1-tabiyas/index.md b/2014/1-tabiyas/index.md index 04e20b8..f77e853 100644 --- a/2014/1-tabiyas/index.md +++ b/2014/1-tabiyas/index.md @@ -1,5 +1,5 @@ --- -layout: page +layout: tournament title: "LORChess: Табии" --- diff --git a/_includes/2014/1-tabiyas/table.html b/_includes/2014/1-tabiyas/table.html new file mode 100644 index 0000000..2dad63e --- /dev/null +++ b/_includes/2014/1-tabiyas/table.html @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Таблица результатов +
Участникelo*12345678910ИгрыОчкиМестоБергер
* Средний elo на начало турнира
1HunOL1741102170.0
2kilop1162002090.0
3Genuine169501080.0
4iVS18401103245.0
5DoctorSinus125900014154.0
6trex612831003161.0
7Magian18310110116416.0
8redgremlin1685112235.0
9aptyp15781110106423.0
10MyTrooName1460010100.0
diff --git a/_layouts/tournament.html b/_layouts/tournament.html new file mode 100644 index 0000000..7f1ef1e --- /dev/null +++ b/_layouts/tournament.html @@ -0,0 +1,12 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+ {{ content }} +

+ + {% assign table = page.url | remove_first: '/' | append: 'table.html' %} + {% include {{table}} %} +