Skip to content

Commit

Permalink
add top margin for recent-discussion section for single pages
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 29, 2024
1 parent ad21b3a commit 6ec914e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/docs/single.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ define "main" }}
{{ partial "feature-info.html" . }}
{{ .Render "content" }}
<div style="margin-top:2rem;">
{{ partial "recent-discussions.html" . }}
</div>
{{ end }}

0 comments on commit 6ec914e

Please sign in to comment.