Put the simple software data in the home page content file.

This commit is contained in:
2020-06-11 20:33:57 -04:00
parent fe2b096172
commit bff5d731f3
4 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
{{ define "main" }}
{{ partial "jumbotron.html" . }}
{{ partial "simple-software.html" . }}
{{ partial "simple-software.html" .Params.ssattrs }}
{{ end }}