From 01ccf6edd88a66682c1866e8248420fb90ecbfd6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 5 Oct 2022 17:56:27 -0700 Subject: ref(fcuny/blog): delete the blog The blog moved back to https://github.com/fcuny/fcuny.net --- users/fcuny/blog/layouts/index.atom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 users/fcuny/blog/layouts/index.atom.xml (limited to 'users/fcuny/blog/layouts/index.atom.xml') diff --git a/users/fcuny/blog/layouts/index.atom.xml b/users/fcuny/blog/layouts/index.atom.xml deleted file mode 100644 index 1d73f9b..0000000 --- a/users/fcuny/blog/layouts/index.atom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - {{ .Site.Title }} - - - {{ .Permalink }}{{ with .Site.Author.name }} - - {{.}}{{ with $.Site.Author.email }} - {{.}}{{end}} - {{end}} - Hugo -- gohugo.io - {{ range where (first 10 (where .Site.Pages "Section" "blog")) "Params.hidden" "ne" "true" }} - - {{ `<![CDATA[` | safeHTML }}{{ .Title }}]]> - - {{ .Permalink }}{{ with .Site.Params.Author }} - - {{.}} - {{end}} - {{- $fmt := "2006-01-02T15:04:05-07:00" }} - {{ .Date.Format $fmt | safeHTML }} - {{ ` - - {{ end }} - -- cgit v1.2.3