This repository was archived by the owner on Apr 21, 2022. It is now read-only.
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ <h1 class="f00-light lh-condensed">{{ page.title }}</h1>
24
24
< p class ="f5 "> < a href ="/ " class ="d-flex flex-items-center {% if site.style == 'dark' %}text-white{% endif %} "> {% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Home %}Home</ a > </ p >
25
25
< h1 class ="f00-light lh-condensed "> {{ page.title }}</ h1 >
26
26
< p class ="{% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} mb-5 "> Published {{ page.date | date: "%b %d, %Y"}}</ p >
27
- {{ content }}
27
+ < div class ="article ">
28
+ {{ content }}
29
+ </ div >
28
30
</ div >
29
31
</ div >
30
32
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Welcome to Jekyll!"
3
- published : true
3
+ published : false
4
4
---
5
5
6
6
** Hello world** , this is my first Jekyll blog post.
72
72
one : Mark McGwire
73
73
two : Sammy Sosa
74
74
three : Ken Griffey
75
- ` ` `
75
+ ` ` `
Original file line number Diff line number Diff line change @@ -21,3 +21,10 @@ body {
21
21
top : 2px ;
22
22
width : 12px ;
23
23
}
24
+
25
+ .article {
26
+ h1 , h2 , h3 , h4 ,
27
+ .highlight {
28
+ margin-bottom : 16px ;
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments