File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ last_updated: false # set to true if you want to display last updated in the foo
24
24
25
25
navbar_fixed : true
26
26
footer_fixed : true
27
+
28
+ # Dimensions
29
+ max_width : 800px
30
+
27
31
# TODO: add layout settings (single page vs. multi-page)
28
32
29
33
# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 3
3
* To adjust anything, simply edit the variables below and rebuild the theme.
4
4
******************************************************************************/
5
5
6
- // Dimensions
7
6
8
- $max-content-width : 800px ;
9
7
10
8
// Colors
11
9
$red-color : #FF3636 !default ;
Original file line number Diff line number Diff line change 3
3
---
4
4
@charset " utf-8" ;
5
5
6
+ // Dimensions
7
+ $max-content-width : {{site.max_width}};
8
+
6
9
@import
7
10
" variables" ,
8
11
" themes" ,
You can’t perform that action at this time.
0 commit comments