diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 11f127c..80f7c37 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -19,11 +19,6 @@ A collection of all of my favorite GitHub automation tools. - [{{.Title}}]({{.URL}}) on [{{.Repo.Name}}]({{.Repo.URL}}) ({{humanize .CreatedAt}}) {{- end}} -#### 📜 My recent blog posts -{{range rss "https://.../posts/index.xml" 5}} -- [{{.Title}}]({{.URL}}) ({{humanize .PublishedAt}}) -{{- end}} - #### 📓 Gists I wrote {{range gists 5}} - [{{.Description}}]({{.URL}}) ({{humanize .CreatedAt}})