mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
feat(ui): show preview image in home page
This commit is contained in:
@@ -2,14 +2,17 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include assets-origin.html %}
|
||||
|
||||
{% include lang.html %}
|
||||
{% include assets-origin.html %}
|
||||
|
||||
<div class="row">
|
||||
<!-- core -->
|
||||
<div id="core-wrapper" class="col-12 col-lg-11 col-xl-9 pr-xl-4">
|
||||
<div class="post pl-1 pr-1 pl-md-2 pr-md-2">
|
||||
{% capture padding %}
|
||||
{% unless page.layout == 'home' %}pl-1 pr-1{% endunless %}
|
||||
{% endcapture %}
|
||||
|
||||
<div class="post {{ padding | strip }} pl-md-2 pr-md-2">
|
||||
{% capture _content %}
|
||||
{% if layout.refactor or page.layout == 'page' %}
|
||||
{% include refactor-content.html content=content lang=lang %}
|
||||
|
||||
Reference in New Issue
Block a user