Change UI
This commit is contained in:
parent
9b5df4ac7e
commit
584a62e153
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
||||||
<section class="{% if post.sticky %}sticky {% endif %}post">
|
<section class="{% if post.sticky %}sticky {% endif %}post">
|
||||||
|
<h2 class="title">
|
||||||
|
<a href="{{ url('blog_post', post.id, post.slug) }}">{{ post.title }}</a>
|
||||||
|
</h2>
|
||||||
<span style="float: right">
|
<span style="float: right">
|
||||||
<span class="time">
|
<span class="time">
|
||||||
{%- if post.sticky %}<i title="Sticky" class="fa fa-star fa-fw"></i>{% endif -%}
|
{%- if post.sticky %}<i title="Sticky" class="fa fa-star fa-fw"></i>{% endif -%}
|
||||||
|
@ -18,9 +21,7 @@
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<h2 class="title">
|
<div style="clear:both"></div>
|
||||||
<a href="{{ url('blog_post', post.id, post.slug) }}">{{ post.title }}</a>
|
|
||||||
</h2>
|
|
||||||
{% if post.is_organization_private and show_organization_private_icon %}
|
{% if post.is_organization_private and show_organization_private_icon %}
|
||||||
<div class="organization-tags">
|
<div class="organization-tags">
|
||||||
{% for org in post.organizations.all() %}
|
{% for org in post.organizations.all() %}
|
||||||
|
|
Loading…
Reference in a new issue