summaryrefslogtreecommitdiff
path: root/layouts/_default/index.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-20 13:26:04 +0100
committermms <michal@sapka.me>2023-11-20 13:26:04 +0100
commitc003e541d1ef90b0ee910496f4647c6d64ba8c59 (patch)
tree3d7b661cc54dce793045bca8f2e2f3926da17f00 /layouts/_default/index.html
parente04a1390335602a53031f1083b4bf784c54a80ce (diff)
feat: TNG crew
Diffstat (limited to 'layouts/_default/index.html')
-rw-r--r--layouts/_default/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index 1dde174..81294fc 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -1,5 +1,4 @@
{{ define "main" }}
-<article class="list taxonomy">
<h2>About</h2>
Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This website is not dedicated to any particular one thing. Instead, I write whatever interests me most at the moment. No content here is auto-generated, so any bugs, problems, or controversies are entirely on me!
@@ -9,8 +8,7 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we
{{ range first 7 (where .Site.RegularPages ".Params.category" "intersect" $recent_categories) }}
{{ partial "partials/article_list_item.html" . }}
{{ end }}
-<p><a href="/all_updates">All updates</a></p>
-</article>
+<p><a href="/all_updates">&raquo; All updates</a></p>
<h2>Sections</h2>