We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b4d6f commit 5f83cf2Copy full SHA for 5f83cf2
layouts/partials/custom_head.html
@@ -0,0 +1,9 @@
1
+<style>
2
+ /* Left-align all blog pages (listing and posts) */
3
+ {{ if eq .Section "blog" }}
4
+ body {
5
+ margin-left: 20px;
6
+ margin-right: auto;
7
+ }
8
+ {{ end }}
9
+</style>
0 commit comments