File tree Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 4444 outline : none;
4545}
4646
47- .post-item .post-meta > span {
48- margin-right : 10px ;
47+ .post-meta > span : not (: last-of-type )::after {
48+ content : '|' ;
49+ margin : 0 4px ;
50+ color : # ddd ;
4951}
5052
5153.post-item .post-meta img {
Original file line number Diff line number Diff line change @@ -161,18 +161,8 @@ <h3 id="{{ news.slug() }}">
161161 < span class ="last-updated "
162162 data-submitted ="{{ news.submit_time.strftime( "%Y-%m-%dT%H:%M:%SZ ") }}"> < span > {{ news.submit_time.replace(microsecond=0) }} UTC</ span > </ span >
163163 </ span >
164- {% if news.comment_url %}
165- < span class ="comment " title ="Comments ">
166- < a href ="{{ news.comment_url }} " rel ="comment " target ="_blank ">
167- < i class ="fa fa-comments "> </ i >
168- < span >
169- {{ news.comment_cnt }}
170- </ span >
171- </ a >
172- </ span >
173- {% endif %}
174164 {% if news.comhead %}
175- < span class ="host " title ="Host ">
165+ < span class ="host " title ="Site ">
176166 {% if news.favicon %}
177167 < img src ="{{ news.favicon }} " class ="favicon img-circle " loading ="lazy "
178168 onerror ="favicon_fall_back(this); " alt ="{{ news.favicon }} "/>
@@ -188,12 +178,24 @@ <h3 id="{{ news.slug() }}">
188178 {{ news.summarized_by.value }}
189179 </ span >
190180 </ span >
191- < a class ="share-icon " href ="{{ path }}#{{ news.slug() }} ">
192- < i class ="fa fa-share-square-o "> </ i >
193- < span >
194- Share
181+ < span class ="share-icon " title ="Share ">
182+ < a href ="{{ path }}#{{ news.slug() }} ">
183+ < i class ="fa fa-share-square-o "> </ i >
184+ < span >
185+ Share
186+ </ span >
187+ </ a >
188+ </ span >
189+ {% if news.comment_url %}
190+ < span class ="comment " title ="Comments ">
191+ < a href ="{{ news.comment_url }} " rel ="comment " target ="_blank ">
192+ < i class ="fa fa-comments "> </ i >
193+ < span >
194+ {{ news.comment_cnt }}
195+ </ span >
196+ </ a >
195197 </ span >
196- </ a >
198+ {% endif %}
197199 </ div >
198200
199201 < div class ="post-summary ">
You can’t perform that action at this time.
0 commit comments