Change UI

This commit is contained in:
cuom1999 2021-12-09 14:47:29 -06:00
parent 9b5df4ac7e
commit 584a62e153

View file

@ -1,5 +1,8 @@
<section class="{% if post.sticky %}sticky {% endif %}post"> <section class="{% if post.sticky %}sticky {% endif %}post">
<span style="float:right"> <h2 class="title">
<a href="{{ url('blog_post', post.id, post.slug) }}">{{ post.title }}</a>
</h2>
<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 -%}
{% with authors=post.authors.all() %} {% with authors=post.authors.all() %}
@ -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() %}