We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339a53b commit fd976d1Copy full SHA for fd976d1
1 file changed
layouts/partials/home_info.html
@@ -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