File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ author:
83
83
name : " Your Sidebar Name"
84
84
avatar : " profile.png"
85
85
bio : " Your biography for the left-hand sidebar"
86
+ pronouns : # example: "she/her"
86
87
location : " Location"
87
88
employer :
88
89
pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
Original file line number Diff line number Diff line change 16
16
17
17
< div class ="author__content ">
18
18
< h3 class ="author__name "> {{ author.name }}</ h3 >
19
+ {% if author.pronouns %}< p class ="author__pronouns "> {{ author.pronouns }}</ p > {% endif %}
19
20
{% if author.bio %}< p class ="author__bio "> {{ author.bio }}</ p > {% endif %}
20
21
</ div >
21
22
Original file line number Diff line number Diff line change 121
121
font-size : $type-size-5 ;
122
122
}
123
123
124
+ .author__pronouns {
125
+ margin : 0 ;
126
+
127
+ @include breakpoint ($large ) {
128
+ margin-top : 10px ;
129
+ margin-bottom : 10px ;
130
+ }
131
+ }
132
+
124
133
.author__bio {
125
134
margin : 0 ;
126
135
You can’t perform that action at this time.
0 commit comments