CSS tweaks to make things less spaced out

This commit is contained in:
RichardG867
2022-11-26 01:01:15 -03:00
parent ffe7b48728
commit 0e8112cc97
9 changed files with 60 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{% if include.post.title == page.title %}<h1>{% else %}<h2><a href="{{ include.post.url }}">{% endif %}
{% if include.post.title == page.title %}<h1 class="blogpost">{% else %}<h2 class="bloglist"><a href="{{ include.post.url }}">{% endif %}
{{ include.post.title }}
{% if include.post.title == page.title %}</h1><span>{% else %}</a></h2><small>{% endif %}
{{ include.post.date | date: "%B %-d, %Y" }}