From 40f57ed72a601d8489a180f3bd9acd5e6c20d323 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Tue, 23 Apr 2024 01:19:27 +0700 Subject: Update theme --- layouts/_default/project.html | 68 ------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 layouts/_default/project.html (limited to 'layouts/_default/project.html') diff --git a/layouts/_default/project.html b/layouts/_default/project.html deleted file mode 100644 index 5bd36e0..0000000 --- a/layouts/_default/project.html +++ /dev/null @@ -1,68 +0,0 @@ -{{ define "main" }} -{{ if .Menus }} - -{{ end }} - -
-
-

{{ trim .Title " " }}

-
-
-

Project info

-
-
Project site
-
- - {{ .Params.name }} - -
- {{ if isSet .Params "author" }} -
Creator
- {{ if isSet .Params "authorurl" }} -
{{ .Params.author }}
- {{ else }} -
{{ .Params.author }}
- {{ end }} - {{ end }} - {{ if isSet .Params "maintainers" }} -
Maintainers
- {{ range $maintainer := .Params.maintainers }} - {{ if isSet $maintainer "URL" }} -
{{ $maintainer.name }}
- {{ else }} -
{{ $maintainer.name }}
- {{ end }} - {{ end }} - {{ end }} -
Status
-
{{ .Params.projectStatus }}
-
- {{ .Content }} -
- {{ if eq .Params.projectStatus "dead" }} -

- The project is currently dead. You can fork it if you find it helpful. -

- {{ else }} -

- The development of project is {{.Params.projectStatus}}. - You can help this project by contributing code, finding new issues, - suggesting new features, or donation. -

- {{ end }} -
- {{ partial "post-info.html" . }} -
- -{{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} - {{ partial "paginationPost.html" . }} -{{ end }} - - -{{ partial "custom-webring.html" }} - -{{ end }} -- cgit 1.4.1