2014-01-18

* edited css (highlighting)
* edited date in russian pages
This commit is contained in:
arcan1s
2014-01-18 14:51:17 +04:00
parent 06b0518bb6
commit 5dc73b8d9f
8 changed files with 22 additions and 13 deletions

View File

@ -15,10 +15,11 @@ back: 2
{% for post in site.categories.ru limit:1 %}
{% assign month = post.date | date: "%B, %Y" %}
{% assign new_month = post.date | date: "%B, %Y" %}
{% endfor %}
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{{ month }}</div>
<div class="title">{% include longdate_to_ru.html %}</div>
<div class="body">
{% for post in site.categories.ru %}
{% assign new_month = post.date | date: "%B, %Y" %}
@ -27,11 +28,11 @@ back: 2
</label>
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{{ new_month }}</div>
<div class="title">{% include longdate_to_ru.html %}</div>
<div class="body">
{% endif %}
{% assign month = post.date | date: "%B, %Y" %}
<i>{{ post.date | date_to_string }}</i> &raquo; <a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.tags }})<br>
<i>{% include shortdate_to_ru.html %}</i> &raquo; <a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.tags }})<br>
{% endfor %}
</div>
</label>

View File

@ -16,7 +16,7 @@ back: 1
{% for post in site.categories.ru limit:10 %}
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p align="justify"><i>{{ post.date | date_to_string }}</i></p>
<p align="justify"><i>{% include shortdate_to_ru.html %}</i></p>
<p align="justify">{{ post.description }}</p>
<p align="justify"><b>Тэги</b>: {{ post.tags }}</p>
{% endfor %}