site appearance

* edited css
* removed description from header in layout of projects
* moved title from header to body in layout of papers
This commit is contained in:
arcan1s
2014-05-14 18:36:17 +04:00
parent f46aa85685
commit 8e5bcd6ad2
13 changed files with 7 additions and 19 deletions

View File

@ -7,7 +7,6 @@ layout: default
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
{% if page.category == "ru" %}
{% assign post = page %}
<p align="justify">{% include shortdate_to_ru.html %}</p>
@ -21,7 +20,7 @@ layout: default
<!-- do nothing -->
{% else %}
{% if post.category == "ru" %}
<i>{% include shortdate_to_ru.html %}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
<a href="{{ post.url }}">{{ post.title }}</a><br>
{% endif %}
{% endif %}
{% endfor %}
@ -39,7 +38,7 @@ layout: default
<!-- do nothing -->
{% else %}
{% if post.category != "ru" %}
<i>{{ post.date | date_to_string }}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
<a href="{{ post.url }}">{{ post.title }}</a><br>
{% endif %}
{% endif %}
{% endfor %}
@ -49,7 +48,7 @@ layout: default
</header>
<section>
<a name="" class="anchor" href="#"><span class="octicon octicon-link"></span></a>
<a name="" class="anchor" href="#"><span class="octicon octicon-link"><h1>{{ page.title }}</h1></span></a>
<p align="justify">{{ page.description }}</p>
{{ content }}

View File

@ -8,7 +8,6 @@ layout: default
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<p class="view">{{ page.description }}</p>
<p class="view">
{% if page.category == "ru" %}
<a href="#info">Общая информация</a><br>