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/_default/single.html | 54 --------------------------- 1 file changed, 54 deletions(-) delete mode 100644 users/fcuny/blog/layouts/_default/single.html (limited to 'users/fcuny/blog/layouts/_default/single.html') diff --git a/users/fcuny/blog/layouts/_default/single.html b/users/fcuny/blog/layouts/_default/single.html deleted file mode 100644 index 7a85a05..0000000 --- a/users/fcuny/blog/layouts/_default/single.html +++ /dev/null @@ -1,54 +0,0 @@ -{{ define "main" }} - -
- -

{{ .Title }}

- -
- {{- $pub := .Date.Format "Jan 2, 2006" -}} - {{- $mod := "" -}} - {{- if (not .GitInfo) }} - {{- $mod = .Lastmod.Format "Jan 2, 2006" -}} - {{ else }} - {{- $mod = .Page.GitInfo.CommitDate.Format "Jan 2, 2006" -}} - {{ end -}} - {{ if eq $pub $mod }} -
published {{ $pub }}
- {{ else }} -
published {{ $pub }} - last modified {{ $mod }}
- {{ end }} - {{ if .Params.tags }} -
- {{ if eq (len .Params.tags) 1 }} - tag: - {{ else }} - tags: - {{ end }} - {{ range $idx, $tag := .Params.tags }} - {{ $tag }} - {{ end }} -
- {{ end }} -
- -{{ if .Params.toc }} -
- Table of contents - {{ .TableOfContents }} -
-{{ end }} - -
-{{ .Content }} -
- -
- -{{ if .Params.toc }} -
- Table of contents - {{ .TableOfContents }} -
-{{ end }} - -{{ end }} -- cgit v1.2.3