From 2718a25b8f358726c87f736950d0860b76194861 Mon Sep 17 00:00:00 2001
From: arcan1s
Date: Fri, 17 Jan 2014 14:46:37 +0400
Subject: [PATCH] fixed bug with ru-en papers
---
_layouts/default.html | 12 ++++++++++--
_posts/2014-01-14-about-zshrc.html | 1 +
ru/_posts/2014-01-14-about-zshrc.html | 3 ++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index 90cef39..42e82c5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -41,10 +41,18 @@
{% endif %}
{% if page.category == "ru" %}
Расположено на GitHub Pages. Авторы
- 
+ {% if page.type == "paper" %}
+ 
+ {% else %}
+ 
+ {% endif %}
{% else %}
Hosted on GitHub Pages. Authors
- 
+ {% if page.type == "paper" %}
+ 
+ {% else %}
+ 
+ {% endif %}
{% endif %}
diff --git a/_posts/2014-01-14-about-zshrc.html b/_posts/2014-01-14-about-zshrc.html
index 25784b0..20e5911 100644
--- a/_posts/2014-01-14-about-zshrc.html
+++ b/_posts/2014-01-14-about-zshrc.html
@@ -1,5 +1,6 @@
---
category: en
+type: paper
layout: paper
last: 14 January 2014
tags: zshrc, configuration, linux
diff --git a/ru/_posts/2014-01-14-about-zshrc.html b/ru/_posts/2014-01-14-about-zshrc.html
index b3adbcf..e79d5a6 100644
--- a/ru/_posts/2014-01-14-about-zshrc.html
+++ b/ru/_posts/2014-01-14-about-zshrc.html
@@ -1,5 +1,6 @@
---
category: ru
+type: paper
layout: paper
last: 14 January 2014
tags: zshrc, настройка, linux
@@ -403,4 +404,4 @@ hash -d u2=/mnt/usbdev2

Файл
-
Мой .zshrc
.
+Мой .zshrc
.