Skip to content

Commit

Permalink
Sort out headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dantwining committed May 20, 2024
1 parent d9d1cbb commit 29551fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

layout: home
---
# Featured Articles

{% for article in site.articles %}
<h2>
Expand All @@ -14,9 +13,9 @@ layout: home
</h2>
{% endfor %}

# Other Things
## Other Things

{% for article in random.articles %}
{% for article in site.random %}
<h2>
<a href="{{ article.url }}">
{{ article.title }}
Expand Down

0 comments on commit 29551fe

Please sign in to comment.