New design for reals
This commit is contained in:
parent
6b144e6c33
commit
df73df7669
|
@ -11,13 +11,11 @@ html_class: home
|
|||
<div class='pages-list'>
|
||||
{% for page in site.pages %}
|
||||
{% if page.category == category %}
|
||||
{% if page.type == article %}
|
||||
<a href="{{base}}{{ page.url | remove: '.html' }}">
|
||||
<a href="{{base}}{{ page.url }}">
|
||||
<span class='title'>{{ page.title }}</span>
|
||||
<span class='date'>{{ page.url | remove: '.html' | remove: '/' }}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
position: absolute;
|
||||
right: 32px;
|
||||
top: 80px;
|
||||
|
||||
width: 130px;
|
||||
text-align: right;
|
||||
|
||||
.carbon-img {
|
||||
margin-bottom: 16px;
|
||||
|
|
Loading…
Reference in New Issue