summaryrefslogtreecommitdiff
path: root/layouts/_default/posts.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2019-05-04 20:06:30 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2019-05-04 20:06:30 +0100
commitb96252a8e35d5e3f52c53d35aaaeeeb3b7146f8f (patch)
treeb14918c222efff3ccfb30cd57a55003577f8fd36 /layouts/_default/posts.html
parent45a2731b7547ae6e92b4dab8e1f4dd0ea21ad486 (diff)
Remove word posts from summary.
Diffstat (limited to 'layouts/_default/posts.html')
-rw-r--r--layouts/_default/posts.html2
1 files changed, 1 insertions, 1 deletions
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") }}