migrating from old theme name

This commit is contained in:
2020-05-22 00:23:23 +01:00
parent 3e761a81bc
commit fc10ac84c4
120 changed files with 9019 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
{{- $related := .Site.RegularPages.Related . | first 3 -}}
{{- with $related -}}
<div class="related-content row mt-5 row-cols-1 row-cols-lg-3">
{{- range . -}}
<div class="col mb-3">
{{ .Render "card" }}
</div>
{{- end -}}
</div>
{{- end -}}