File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
< header class ="page-header_post-layout ">
15
15
16
- < p class ="post-meta "> < span class ="post-date "> {{ page.date | date: '%B %-d, %Y' }}</ span > {% if page.category %}< span class ="post-category "> {{ page. category }}</ span > {% endif %}</ p >
16
+ < p class ="post-meta "> < span class ="post-date "> {{ page.date | date: '%B %-d, %Y' }}</ span > {% if page.categories %}{% for category in page.categories %}< span class ="post-category "> {{ category }}</ span > {% endfor %} {% endif %}</ p >
17
17
18
18
< h1 class ="page-title_post-layout "> {{ page.title }}</ h1 >
19
19
20
- {% if page.author %}< h3 class ="page-subtitle_post-layout " > < a href ="{{page.ahandle}} "> {{ page.author }}</ a > </ h3 > {% endif %}
20
+ {% if page.author %}< p class ="post-meta " > {{ page.author }} - < a href ="https://twitter.com/ {{page.ahandle}} "> @ {{ page.ahandle }}</ a > </ p > {% endif %}
21
21
22
22
{% if page.img %}< img class ="post-img " src ="{{ site.url }}{{ site.baseurl }}/img/posts/{{ page.img }} " alt ="{{ page.title }} "> {% endif %}
23
23
@@ -30,7 +30,7 @@ <h1 class="page-title_post-layout">{{ page.title }}</h1>
30
30
31
31
{% if page.ahandle %}
32
32
< hr >
33
- {% assign bio = "authors/" + page.ahandle + ".html" %}
33
+ {% assign bio = "authors/" | append: page.ahandle | append: ".html" %}
34
34
{% include {{ bio }} %}
35
35
{% endif %}
36
36
Original file line number Diff line number Diff line change 6
6
font-size : 1em ;
7
7
}
8
8
9
- .highlight { background : #ffffff ; }
9
+ .highlight { background : #e3f6ff ; padding : 1 em ; }
10
10
.highlight .c { color : #999988 ; font-style : italic } /* Comment */
11
11
.highlight .err { color : #a61717 ; background-color : #e3d2d2 } /* Error */
12
12
.highlight .k { font-weight : bold } /* Keyword */
Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ a.current {
223
223
.page-parent-link {
224
224
@extend %page-sub-nav-link ;
225
225
display : inline-block ;
226
- margin-bottom : 2rem ;
227
226
228
227
& -icon {
229
228
display : inline-block ;
You can’t perform that action at this time.
0 commit comments