♻️ Reorganize projects data to TOML format
This commit is contained in:
parent
db1b7ee5e6
commit
368cd3619b
6 changed files with 70 additions and 51 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<aside id="{{ .Params.id }}" class="{{ .Params.class }}">
|
||||
{{ .Content }}
|
||||
{{- if eq .Params.id "projects" }}
|
||||
{{ $dataPath := "data/projects.yaml" }}
|
||||
{{ $dataPath := "data/projects.toml" }}
|
||||
{{ with $.Resources.Get $dataPath }}
|
||||
{{ partial "projects.html" . }}
|
||||
{{ else }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue