Commit 95ac9c1 1 parent 0943611 commit 95ac9c1 Copy full SHA for 95ac9c1
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 68
68
// ==============================================================================================
69
69
--post-title-align left // Option values: left | center | right
70
70
--post-author-avatar block // Option values: none | block
71
+ --post-author-name flex // Option values: none | flex
71
72
--post-create-datetime flex // Option values: none | flex
72
73
--post-update-datetime flex // Option values: none | flex
73
74
--post-img-align 0 auto 0 0 // Option values: 0 auto 0 0 (left) | 0 auto (center) | 0 0 0 auto (right)
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ $spacer-padding = 2rem
191
191
padding 0.2rem 0
192
192
193
193
.author {
194
- display flex
194
+ display var ( -- post-author-name )
195
195
align-items center
196
196
font-weight 600
197
197
font-size 1.18rem
You can’t perform that action at this time.
0 commit comments