1
0
Fork 0

Fix indents on blog page

main
daviddgtnt 2025-01-08 12:28:52 -06:00
parent 775e986eb0
commit 73793a49f7
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll'
gem 'webrick' gem 'webrick'
gem 'json' gem 'json'
gem 'jekyll-postcss-v2' gem 'jekyll-feed'
gem 'jekyll-feed' gem 'jekyll-postcss-v2'

View File

@ -7,7 +7,7 @@ layout: noindent
{% for post in site.posts %} {% for post in site.posts %}
<li class="my-5"> <li class="my-5">
<a href="{{ post.url }}" class="font-mplus2 text-3xl underline decoration-slate-600">{{post.title}}</a> <a href="{{ post.url }}" class="font-mplus2 text-3xl underline decoration-slate-600">{{post.title}}</a>
<div class="*:indent-8"> <div class="indent-8 *:indent-8">
{{post.excerpt | truncatewords: 50 }} {{post.excerpt | truncatewords: 50 }}
</div> </div>
<span class="font-baskerville"></span> <span class="font-baskerville"></span>