diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-14 21:06:59 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-14 21:10:13 +0000 |
| commit | cdb4315ae626265c5a99d1816dea281719272356 (patch) | |
| tree | 6bc544a0a2e06b7c33f42fce56e114f1a31d88ec /index.html | |
| parent | 4181eff961dcf04bf5a599daeee34057b00bb570 (diff) | |
Adds first blog post
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> |
