Skip to content

Commit

Permalink
nothingnew
Browse files Browse the repository at this point in the history
  • Loading branch information
joesepi authored Jul 22, 2024
1 parent 749790f commit 00d772e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/layouts/post-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

<h1 itemprop="name">{{ page.title }}</h1>

<p>There have not been many posts as of late. Maybe more will come soon...</p>

{%- for post in collections.posts reversed -%}
<article itemscope itemtype="https://schema.org/BlogPosting" itemprop="blogPost">
<h2 itemprop="headline"><a href="{{ post.url }}" rel="bookmark" title="{{ post.data.title }}">{{ post.data.title }}</a></h2>
Expand Down

0 comments on commit 00d772e

Please sign in to comment.