Skip to content

Commit

Permalink
Added .posted class
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixfox committed May 31, 2024
1 parent 700f4ea commit 8f8fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h4>News<span> Articles</span></h4>
<article>
{% for blog in site.posts %}
<figure class="post">
<figcaption><a href="{{blog.url}}"><h2>{{blog.title}}</h2></a><br><small>Posted: {{blog.posted}}</small><br>{{blog.meta}}</figcaption>
<figcaption><a href="{{blog.url}}"><h2>{{blog.title}}</h2></a><br><small class="posted">Posted: {{blog.posted}}</small><br>{{blog.meta}}</figcaption>
</figure>
{% endfor %}
</article>
Expand Down

0 comments on commit 8f8fe21

Please sign in to comment.