Fix indents on blog page
parent
775e986eb0
commit
73793a49f7
4
Gemfile
4
Gemfile
|
@ -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'
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue