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

@ -7,7 +7,7 @@
</div>
<div class="row justify-center">
{{ range $.Site.Data.home.ssattrs }}
{{ range $ }}
<div class="col xs-12 sm-10 md-6">
{{ partial "cards/home-card.html" . }}
</div>