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/partials/footer.html | 32 ------------------------- users/fcuny/blog/layouts/partials/head.html | 18 -------------- users/fcuny/blog/layouts/partials/header.html | 10 -------- users/fcuny/blog/layouts/partials/postlist.html | 12 ---------- 4 files changed, 72 deletions(-) delete mode 100644 users/fcuny/blog/layouts/partials/footer.html delete mode 100644 users/fcuny/blog/layouts/partials/head.html delete mode 100644 users/fcuny/blog/layouts/partials/header.html delete mode 100644 users/fcuny/blog/layouts/partials/postlist.html (limited to 'users/fcuny/blog/layouts/partials') diff --git a/users/fcuny/blog/layouts/partials/footer.html b/users/fcuny/blog/layouts/partials/footer.html deleted file mode 100644 index ca2a699..0000000 --- a/users/fcuny/blog/layouts/partials/footer.html +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/users/fcuny/blog/layouts/partials/head.html b/users/fcuny/blog/layouts/partials/head.html deleted file mode 100644 index 7de4fd4..0000000 --- a/users/fcuny/blog/layouts/partials/head.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - {{ $css := "/css/custom.css" }} - - - - - - - - - - {{ .Title }} - diff --git a/users/fcuny/blog/layouts/partials/header.html b/users/fcuny/blog/layouts/partials/header.html deleted file mode 100644 index 65900eb..0000000 --- a/users/fcuny/blog/layouts/partials/header.html +++ /dev/null @@ -1,10 +0,0 @@ -
- -
diff --git a/users/fcuny/blog/layouts/partials/postlist.html b/users/fcuny/blog/layouts/partials/postlist.html deleted file mode 100644 index 3d5cf04..0000000 --- a/users/fcuny/blog/layouts/partials/postlist.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ range .GroupByDate "2006" }} -

{{ .Key }}

- -{{ end }} -- cgit v1.2.3