diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -48,6 +48,35 @@ </p> </div> </section> + + <section class="h-feed"> + <h2 class="p-name"> + My blog + </h2> + + <aside> + <p class="hidden"> + This blog is written by <a class="p-author h-card" href="/">Joe Carstairs</a> + </p> + + <p> + <a class="u-url" href="https://joeac.net/blog">Permalink</a> + </p> + </aside> + + <ul> + <li> + 2024 + <ul> + <li class="h-entry"> + <a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion"> + Harari’s <i>Sapiens</i> on Religion + </a> + </li> + </ul> + </li> + </ul> + </section> </body> </html> |
