datafusion
This commit is contained in:
parent
82f160ba6b
commit
049540aae8
3 changed files with 195 additions and 2 deletions
|
@ -155,7 +155,7 @@
|
|||
<h2 class="section-title">Recent Blog Posts</h2>
|
||||
<div class="recent-posts">
|
||||
{% set blog_section = get_section(path="blog/_index.md") %}
|
||||
{% for page in blog_section.pages | slice(end=2) %}
|
||||
{% for page in blog_section.pages | slice(end=10) %}
|
||||
<div class="post on-list">
|
||||
{{ post_macros::header(page=page) }}
|
||||
{{ post_macros::content(page=page, summary=true, show_only_description=page.extra.show_only_description | default(value=true)) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue