Remove recent blog posts section from README template

This commit is contained in:
Luke Hagar
2025-11-17 16:31:42 +00:00
parent c49236ff0f
commit 38a3faab83

View File

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