Skip to content

Commit 0720978

Browse files
authored
Merge pull request #42969 from priyanshuchaudhary53/fix-blog-footer
Fix blog page footer
2 parents 84b4133 + 4e0f28e commit 0720978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/blog/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ <h1>
4646
</div>
4747
</div>
4848
</div>
49-
{{ partial "footer.html" . }}
5049
</div>
50+
{{ partial "footer.html" . }}
5151
{{ partial "scripts.html" . }}
5252
</body>
5353
</html>

0 commit comments

Comments
 (0)