Skip to content

Commit

Permalink
add back, but scale back blog
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMicich authored Jul 27, 2023
1 parent 9a633ff commit 048c97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/recent_articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1 class="card-title">Recent Articles</h1>
</div>
</div>
<br />
<!-- Eva comment out recent

<ul>
{% for post in site.posts limit:5 %}
{% for post in site.posts limit:1 %}
<li class="article-card">
<a href="{{post.url}}" class="article-card-link">
<div id="article-container">
Expand Down Expand Up @@ -42,5 +42,5 @@ <h1 class="card-title">Recent Articles</h1>
</li>
{% endfor %}
</ul>
-->

</section>

0 comments on commit 048c97a

Please sign in to comment.