datafusion

This commit is contained in:
Elijah McMorris 2025-06-05 16:30:33 -07:00
parent 82f160ba6b
commit 049540aae8
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 195 additions and 2 deletions

View file

@ -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)) }}