Files
velero/site/blog.html
Jonas Rosland e576f23c70 Add SEO functionality to the site (#1753)
* Add SEO functionality to the site

Signed-off-by: Jonas Rosland <jrosland@vmware.com>

* Add some more SEO

Signed-off-by: Jonas Rosland <jrosland@vmware.com>
2019-08-12 10:11:42 -06:00

20 lines
434 B
HTML

---
layout: default
title: Blog
description: Velero Blog
id: blog
---
<div class="post-single-hero bg-color-{{ site.hero.background-color }}">
<div class="section">
<div class="section-content">
<h1>{{ page.title }}</h1>
</div>
</div>
</div>
<div class="post-single-body">
<div class="section section-card">
<div class="section-content pt-4 pb-0">
{% include blog-posts.html %}
</div>
</div>
</div>