Update title spacing
This commit is contained in:
parent
7456f6a7d3
commit
b4b9d6e99a
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="spaced-y-2">
|
||||
<div class="spaced-y-2px">
|
||||
<h2 class="text-inherit text-lg m-0">
|
||||
<div>
|
||||
<div>
|
||||
<h2 class="text-inherit text-lg m-0 leading-snug">
|
||||
<a
|
||||
href="{{ post.external_url ?: post.url }}"
|
||||
class="text-inherit"
|
||||
|
@ -11,16 +11,16 @@
|
|||
</h2>
|
||||
|
||||
{% if show_date %}
|
||||
{% include 'posts/post-date' with { class: 'text-sm block mb-1' } %}
|
||||
{% include 'posts/post-date' with { class: 'mt-1 text-sm block' } %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="mt-2">
|
||||
<p>{{ post.excerpt }}</p>
|
||||
</div>
|
||||
|
||||
{% if not post.type == 'tweet' %}
|
||||
<div>
|
||||
<div class="mt-1">
|
||||
<a href="{{ post.url }}" class="text-sm text-gray-600 hover:text-gray-800">
|
||||
Read more
|
||||
<span class="visuallyhidden">about '{{ post.title }}'</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue