File tree Expand file tree Collapse file tree 2 files changed +27
-26
lines changed Expand file tree Collapse file tree 2 files changed +27
-26
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.PHONY : all clean
8
8
9
- dist/% : data.yaml src/% .jinja2
9
+ dist/% : data.yaml src/% .jinja2 src/base.html.jinja2
10
10
jinja2 $(patsubst dist/% ,src/% ,$@ ) .jinja2 data.yaml > $@
Original file line number Diff line number Diff line change 28
28
29
29
<body >
30
30
31
- </body >
32
-
33
- <div class =" noto-sans-default" >
34
- <div style ="
31
+ <div class =" noto-sans-default" >
32
+ <div style ="
35
33
display : flex ;
36
34
flex-direction : column ;
37
35
gap : 50px ;
38
36
align-items : center ;
39
37
padding : 10px 0 50px 0 ; " >
40
- <div class =" item" >
41
- {% block heading %}
42
- <h1 >blog.mtib.dev</h1 >
38
+ <div class =" item" >
39
+ {% block heading %}
40
+ <h1 >blog.mtib.dev</h1 >
41
+ {% endblock %}
42
+ </div >
43
+ {% block content %}
44
+ FILL ME
43
45
{% endblock %}
44
46
</div >
45
- {% block content %}
46
- FILL ME
47
- {% endblock %}
48
47
</div >
49
- </div >
50
48
51
- <style >
52
- .item {
53
- width : min (calc (100vw - 20px ), 800px );
54
- }
49
+ <style >
50
+ .item {
51
+ width : min (calc (100vw - 20px ), 800px );
52
+ }
53
+
54
+ .item h2 {
55
+ margin-bottom : 8px ;
56
+ }
55
57
56
- .item h2 {
57
- margin-bottom : 8 px ;
58
- }
58
+ .app {
59
+ padding-top : 20 px ;
60
+ }
59
61
60
- .app {
61
- padding-top : 20px ;
62
- }
62
+ div .item > div .app :nth-of-type (1 ) {
63
+ padding-top : 0px ;
64
+ }
65
+ </style >
66
+
67
+ </body >
63
68
64
- div .item > div .app :nth-of-type (1 ) {
65
- padding-top : 0px ;
66
- }
67
- </style >
68
69
69
70
</html >
You can’t perform that action at this time.
0 commit comments