We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4c0c0 commit 105df79Copy full SHA for 105df79
_layouts/post.html
@@ -62,7 +62,7 @@ <h2 class='header text-xl recent-post-header'>All Posts by This Author</h2>
62
{% for post in site.posts %}
63
{% if post.categories == page.categories %}
64
<li class='news-list-item '>
65
- <span class='text-s news-date'>{{ post.date | date: "%m/%d/%Y"}}</span>
+ <span class='text-xs news-date'>{{ post.date | date: "%m/%d/%Y"}}</span>
66
<a class='text-l news-title link' href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
67
</li>
68
{% endif %}
_sass/pages/post.scss
@@ -215,7 +215,7 @@
215
216
.news-date {
217
@include breakpoint($desktop-small) {
218
- display: none;
+ // display: none;
219
}
220
221
0 commit comments