We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
featuredImage
inner
1 parent 26d3599 commit fe2fba3Copy full SHA for fe2fba3
layouts/partials/posts/post.html
@@ -1,9 +1,9 @@
1
-{{- $featuredImage := .Resources.GetMatch "featuredImage" -}}
2
<section class="post content-padding">
3
{{ with partial "_decorators/content-container.html" . }}
4
<div class="post-meta">{{ partial "posts/meta.html" . }}
5
<span class="post-please-comment">🖊️ Please add your comments <a href="#discourse-comments">below!</a></span>
6
</div>
+ {{- $featuredImage := .Resources.GetMatch "featuredImage" -}}
7
<div class="post-content">
8
{{ with $featuredImage }}
9
{{ if .Params.showOnTop }}
0 commit comments