diff --git a/layouts/links/list.html b/layouts/links/list.html deleted file mode 100644 index 243bd9ef..00000000 --- a/layouts/links/list.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ define "main" }} -
-

- {{ .Title }} -

- - {{ if .Content }} -
{{ .Content }}
- {{ end }} -
-{{ end }} diff --git a/layouts/projects/list.html b/layouts/projects/list.html deleted file mode 100644 index 908bc054..00000000 --- a/layouts/projects/list.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ define "main" }} -
-

- {{ .Title }} -

- - {{ if .Content }} -
{{ .Content }}
- {{ end }} -
-{{ end }}