--- layout: default title: 블로그 description: 대출, 금융 정책, 부동산 정보 모음 ---

블로그

대출, 금융 정책, 부동산 정보

{% for post in site.posts %} {% if post.category %}{{ post.category }}{% endif %}
{{ post.title }}
{% if post.description %}
{{ post.description }}
{% endif %}
{{ post.date | date: "%Y년 %m월 %d일" }}
{% endfor %} {% if site.posts.size == 0 %}
아직 작성된 글이 없습니다.
{% endif %}