summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.md2
-rw-r--r--layouts/_default/posts.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md
index c2e3a26..ad53afc 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -23,7 +23,7 @@ Recent episodes.
## Blog Posts
-I write posts about programming and Linux topics that are of interest to me.
+I write about programming and Linux topics that are of interest to me.
[Full browsable blog index]({{< relref "/posts" >}}).
diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html
index dc0587a..e3be933 100644
--- a/layouts/_default/posts.html
+++ b/layouts/_default/posts.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- <p>I write posts about programming and Linux topics that are of interest to me.</p>
+ <p>I write about programming and Linux topics that are of interest to me.</p>
<p>Subscribe to the blog by using this <a href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}">RSS link</a>.</p>
<ul>
{{ range (where .Data.Pages "Type" "posts") }}