diff --git a/website/src/blog.html b/website/src/blog.html index cc58cff809..45cde2d739 100644 --- a/website/src/blog.html +++ b/website/src/blog.html @@ -8,9 +8,9 @@ {% for blog in collections.blogs %} - {{ blog.data.title }} - {{ blog.data.title }} sss - +

{{ blog.title }}

+ {{ blog.data.title }} +
{% endfor %} \ No newline at end of file