{{ partial "welcome.md" | markdownify }}
\ No newline at end of file +I post here infrequently about things I've created or care about. Recently I've written
+{{ $posts := where .Site.RegularPages "Params.type" "!=" "timeless" }}
+{{ range $posts | first 2 }}
+ {{ .Title }},
+{{ end }}
+and {{ with index $posts 2 }}{{ .Title }}{{ end }}.
diff --git a/layouts/partials/welcome.md b/layouts/partials/welcome.md
deleted file mode 100644
index 3e1eb5b9..00000000
--- a/layouts/partials/welcome.md
+++ /dev/null
@@ -1 +0,0 @@
-I [post](./posts) on this site infrequently about things I've created or care about. You're welcome to write to me if you'd like, read my [standing invitation](./standing-invitation) for more information.
diff --git a/themes/hello-friend-ng/assets/scss/_main.scss b/themes/hello-friend-ng/assets/scss/_main.scss
index 6f20794c..236324b1 100644
--- a/themes/hello-friend-ng/assets/scss/_main.scss
+++ b/themes/hello-friend-ng/assets/scss/_main.scss
@@ -123,8 +123,9 @@ a {
color: inherit;
}
-.always-accented {
+.always-accented, .always a {
color: var(--accent);
+ text-decoration: none;
}
main p a, main li a, nav a, .social a, section a, .accented {
diff --git a/themes/hello-friend-ng/layouts/index.html b/themes/hello-friend-ng/layouts/index.html
index fd78c35b..275a8a94 100644
--- a/themes/hello-friend-ng/layouts/index.html
+++ b/themes/hello-friend-ng/layouts/index.html
@@ -24,5 +24,6 @@