File tree 9 files changed +17
-333
lines changed
9 files changed +17
-333
lines changed Original file line number Diff line number Diff line change 100
100
<?php } ?>
101
101
<?php } ?>
102
102
103
- <!-- reading time -->
104
- <?php if ($ block ->readingTimeEnabled () && $ _post ->getReadingTime ()) { ?>
105
- <div class="item post-reading-time">
106
- <i class="mf-blog-icon mfbi-reading-time"></i>
107
- <span class="value"><?= $ block ->escapeHtml ($ _post ->getReadingTime ()) . ' ' . __ ('min read ' ) ?> </span>
108
- </div>
109
- <?php } ?>
110
-
111
103
<?php if ($ block ->viewsCountEnabled ()) { ?>
112
104
<?php if ($ viewsCount = $ _post ->getViewsCount ()) { ?>
113
105
<div class="item post-views">
120
112
<?php } ?>
121
113
<?php } ?>
122
114
115
+ <!-- reading time -->
116
+ <?php if ($ block ->readingTimeEnabled () && $ _post ->getReadingTime ()) { ?>
117
+ <div class="item post-reading-time">
118
+ <i class="mf-blog-icon mfbi-reading-time"></i>
119
+ <span class="value"><?= $ block ->escapeHtml ($ _post ->getReadingTime ()) . ' ' . __ ('min read ' ) ?> </span>
120
+ </div>
121
+ <?php } ?>
122
+
123
123
</div>
Original file line number Diff line number Diff line change 22
22
.post-holder .post-header .post-info {padding : 0 0 20px 0 ;}
23
23
.post-holder .post-header .post-info .item {display : inline-block}
24
24
.post-holder .post-header .post-info .dash {display : none; /* fix for old templates */ }
25
- .post-holder .post-header .post-info .label {font-weight : 700 ;}
25
+ .post-holder .post-header .post-info .label {font-weight : 600 ;}
26
26
.post-holder .post-header .post-info .value {font-style : italic;}
27
27
.post-holder .post-header .post-info .item ::after {display : inline-block; content : ' | ' ;color : # b9b9b9 }
28
28
.post-holder .post-header .post-info .item : last-child ::after {display : none}
223
223
.mf-blog-icon .mfbi-tags {background-image : url ('../images/tags-icon.svg' )}
224
224
.mf-blog-icon .mfbi-user {background-image : url ('../images/user-icon.svg' )}
225
225
.mf-blog-icon .mfbi-views {background-image : url ('../images/views-icon.svg' )}
226
- .mf-blog-icon .mfbi-reading-time {background-image : url ('../images/views -icon.svg' )}
226
+ .mf-blog-icon .mfbi-reading-time {background-image : url ('../images/time -icon.svg' )}
227
227
/* END Fix Related Products */
228
228
229
229
You can’t perform that action at this time.
0 commit comments