File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
}
17
17
.entry-content {
18
+ overflow : hidden ;
19
+ height : 12.5em ;
20
+
18
21
@include font-size (16 );
19
22
// Dotted line underlines for links
20
23
p > a ,
@@ -25,6 +28,14 @@ body {
25
28
}
26
29
}
27
30
}
31
+ .entry-title {
32
+ line-height : 1em ;
33
+ margin-block-start : 0.25em ;
34
+ margin-block-end : 0.25em ;
35
+ a {
36
+ font-size : 1.5rem ;
37
+ }
38
+ }
28
39
29
40
// Entry Header
30
41
// --------------------------------------------------
Original file line number Diff line number Diff line change 20
20
< span class ="entry-date date published updated ">
21
21
< time datetime ="{{ post.date | date_to_xmlschema }} ">
22
22
< a href ="{{ site.url }}{{ post.url }} ">
23
- {{ post.date | date: "%B %d, %Y" }}
23
+ {{ post.date | date: "%d-%b- %Y" }}
24
24
</ a >
25
25
</ time >
26
26
</ span >
35
35
< span class ="entry-reading-time ">
36
36
< i class ="fa fa-clock-o "> </ i >
37
37
{% assign readtime = post.content | size | minus:8 | divided_by: site.words_per_minute %}
38
- Reading time ~{% if post.read_time %}{{ post.read_time }} minutes {% else %}{% if readtime < = 1 %}1 minute {% else %}{{ readtime }} minutes {% endif %}{% endif %}
38
+ ~{% if post.read_time %}{{ post.read_time }} min {% else %}{% if readtime < = 1 %}1 min {% else %}{{ readtime }} min {% endif %}{% endif %}
39
39
</ span > <!-- /.entry-reading-time -->
40
40
{% endif %}
41
41
</ div > <!-- /.entry-meta -->
You can’t perform that action at this time.
0 commit comments