Justify post and latest post preview (#210)
* Justify latest post preview * Justify post content
This commit is contained in:
parent
329678bf52
commit
4cc543b527
2 changed files with 6 additions and 2 deletions
|
|
@ -18,7 +18,9 @@
|
||||||
<small> <a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small>
|
<small> <a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
{{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }}
|
<section class="text-justify">
|
||||||
|
{{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }}
|
||||||
|
</section>
|
||||||
|
|
||||||
<h4><a href="{{site.baseurl}}/blog/">Archive</a></h4>
|
<h4><a href="{{site.baseurl}}/blog/">Archive</a></h4>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,9 @@
|
||||||
</small>
|
</small>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
{{ page.content | markdownify }}
|
<section class="text-justify">
|
||||||
|
{{ page.content | markdownify }}
|
||||||
|
</section>
|
||||||
|
|
||||||
{% include share.html %}
|
{% include share.html %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue