Switch to using Hugo
This commit is contained in:
parent
03328460ae
commit
7caf09852c
29 changed files with 462 additions and 846 deletions
10
layouts/shortcodes/linkCardList.html
Normal file
10
layouts/shortcodes/linkCardList.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{{ with .Get 0 }}
|
||||
{{ $cardData := getJSON . }}
|
||||
|
||||
<div class="row">
|
||||
{{ range $cardData }}
|
||||
{{ partial "linkCard" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue