Skip to content

Commit fd976d1

Browse files
committed
fix: 홈페이지 간격 문제 해결을 위한 home_info.html 수정
1 parent 339a53b commit fd976d1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

layouts/partials/home_info.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{{- with site.Params.homeInfoParams }}
2+
<article class="home-info">
3+
<header class="entry-header">
4+
<h1>{{ .Title | markdownify }}</h1>
5+
</header>
6+
<div class="entry-content">
7+
{{ .Content | markdownify }}
8+
</div>
9+
<footer class="entry-footer">
10+
{{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
11+
</footer>
12+
</article>
13+
{{- end -}}

0 commit comments

Comments
 (0)