mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Pixels must! align 🐺
Remove rounded, keep consistent design
This commit is contained in:
parent
b2ab9b8041
commit
a00eaab125
4 changed files with 46 additions and 32 deletions
|
|
@ -12,7 +12,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block page_header %}
|
||||
All Articles
|
||||
Articles
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
@ -24,13 +24,11 @@ All Articles
|
|||
<i class="fa fa-clock-o"></i>
|
||||
{{ article.locale_date }}
|
||||
</li>
|
||||
<li class="list-inline-item hidden-sm-up text-muted">·</li>
|
||||
<li>
|
||||
<i class="fa fa-folder-open-o"></i>
|
||||
<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
|
||||
</li>
|
||||
{% if not HIDE_AUTHORS and article.authors %}
|
||||
<li class="list-inline-item hidden-sm-up text-muted">·</li>
|
||||
<li>
|
||||
<i class="fa fa-user-o"></i>
|
||||
{% for author in article.authors %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue