Skip to content

Commit 105df79

Browse files
novoiolouistatta
authored andcommittedOct 2, 2020
Show post dates at the blog footer
1 parent ae4c0c0 commit 105df79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class='header text-xl recent-post-header'>All Posts by This Author</h2>
6262
{% for post in site.posts %}
6363
{% if post.categories == page.categories %}
6464
<li class='news-list-item '>
65-
<span class='text-s news-date'>{{ post.date | date: "%m/%d/%Y"}}</span>
65+
<span class='text-xs news-date'>{{ post.date | date: "%m/%d/%Y"}}</span>
6666
<a class='text-l news-title link' href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
6767
</li>
6868
{% endif %}

‎_sass/pages/post.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215

216216
.news-date {
217217
@include breakpoint($desktop-small) {
218-
display: none;
218+
// display: none;
219219
}
220220
}
221221

0 commit comments

Comments
 (0)
Please sign in to comment.