Fix indents on blog page
parent
775e986eb0
commit
73793a49f7
2
Gemfile
2
Gemfile
|
@ -3,5 +3,5 @@ source 'https://rubygems.org'
|
|||
gem 'jekyll'
|
||||
gem 'webrick'
|
||||
gem 'json'
|
||||
gem 'jekyll-postcss-v2'
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-postcss-v2'
|
|
@ -7,7 +7,7 @@ layout: noindent
|
|||
{% for post in site.posts %}
|
||||
<li class="my-5">
|
||||
<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 }}
|
||||
</div>
|
||||
<span class="font-baskerville"></span>
|
||||
|
|
Loading…
Reference in New Issue