diff --git a/layouts/partials/index-latest-blogs.html b/layouts/partials/index-latest-blogs.html
index 720b32b..dc3257d 100644
--- a/layouts/partials/index-latest-blogs.html
+++ b/layouts/partials/index-latest-blogs.html
@@ -2,7 +2,7 @@
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
-
-
+
{{ .Title }}
{{ end }}
diff --git a/layouts/partials/index-now.html b/layouts/partials/index-now.html
index b14b528..8d5e008 100644
--- a/layouts/partials/index-now.html
+++ b/layouts/partials/index-now.html
@@ -1,6 +1,6 @@
What I'm Up To
- - Helping out at the 32-Bit Cafe
- - Playing Zenless Zone Zero
- - Learning C#
+ {{ range .Site.Data.now }}
+ - {{ . | markdownify }}
+ {{ end }}