mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> * Restore main.go to original location Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to footer Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to homepage links Signed-off-by: Lee Springer <lee@smalltalk.agency> * Content updates Signed-off-by: Lee Springer <lee@smalltalk.agency>
10 lines
233 B
HTML
10 lines
233 B
HTML
<h5 class="font-color-darker">Related Content</h5>
|
|
<div class="row">
|
|
{% for category in site.categories limit:1 %}
|
|
|
|
{% for post in category[1] limit:2 %}
|
|
{% include blog-post-card.html %}
|
|
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</div> |