Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 913 Bytes

File metadata and controls

37 lines (33 loc) · 913 Bytes
title Recent Posts
permalink /
layout archive
author_profile true
sidebar
nav
sidebar_nav

{% include base_path %}

{% comment %}AI Reports 섹션{% endcomment %} {% assign ai_reports = site.ai_reports | sort: 'date' | reverse %} {% if ai_reports.size > 0 %}

AI Reports

{% for post in ai_reports %} {% include archive-single.html %} {% endfor %} {% endif %}

{% comment %}AI Projects 섹션{% endcomment %} {% assign ai_projects = site.ai_projects | sort: 'date' | reverse %} {% if ai_projects.size > 0 %}

AI Projects

{% for post in ai_projects %} {% include archive-single.html %} {% endfor %} {% endif %}

{% comment %}Fundamentals 섹션{% endcomment %} {% assign fundamentals = site.fundamentals | sort: 'date' | reverse %} {% if fundamentals.size > 0 %}

Fundamentals

{% for post in fundamentals %} {% include archive-single.html %} {% endfor %} {% endif %}