mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
2014-01-18
* edited css (highlighting) * edited date in russian pages
This commit is contained in:
1
_includes/longdate_to_ru.html
Normal file
1
_includes/longdate_to_ru.html
Normal file
@ -0,0 +1 @@
|
||||
{{ new_month | replace: 'January', 'Январь' | replace: 'February', 'Февраль' | replace: 'March', 'Март' | replace: 'April', 'Апрель' | replace: 'May', 'Май' | replace: 'June', 'Июнь' | replace: 'July', 'Июль' | replace: 'August', 'Август' | replace: 'September', 'Сентябрь' | replace: 'October', 'Октябрь' | replace: 'November', 'Ноябрь' | replace: 'December', 'Декабрь' }}
|
1
_includes/shortdate_to_ru.html
Normal file
1
_includes/shortdate_to_ru.html
Normal file
@ -0,0 +1 @@
|
||||
{{ post.date | date_to_string | replace: 'Jan', 'янв' | replace: 'Feb', 'фев' | replace: 'Mar', 'мар' | replace: 'Apr', 'апр' | replace: 'May', 'май' | replace: 'Jun', 'июн' | replace: 'Jul', 'июл' | replace: 'Aug', 'авг' | replace: 'Sep', 'сен' | replace: 'Oct', 'окт' | replace: 'Nov', 'ноя' | replace: 'Dec', 'дек' }}
|
Reference in New Issue
Block a user