diff --git a/content/post/hello-world/index.md b/content/post/hello-world/index.md
index d151dc9..8d21bff 100644
--- a/content/post/hello-world/index.md
+++ b/content/post/hello-world/index.md
@@ -6,7 +6,6 @@ draft = false
 +++
 
 Hello, world! This is my first testing post to see if this system will work. Nothing to see here!
-<!--more-->
 
 **But,** whilst I'm here, I might as well do some describing of what this site is and where I will be taking it. Exciting stuff...
 
diff --git a/themes/risotto/layouts/_default/list.html b/themes/risotto/layouts/_default/list.html
index 6966c31..48906ef 100644
--- a/themes/risotto/layouts/_default/list.html
+++ b/themes/risotto/layouts/_default/list.html
@@ -1,7 +1,7 @@
 {{ define "main" }}
     <h1 id="{{ .Title | urlize }}">{{ .Title | markdownify }}</h1>
 
-    {{ .Content }}
+    {{ .Summary }}
 
     <ul>
     {{ range .Pages }}