update blog.html

This commit is contained in:
M Sarmad Qadeer
2022-07-31 15:04:13 +05:00
parent 5707d41c5f
commit 6e4f755d36
+3 -3
View File
@@ -8,9 +8,9 @@
</head>
<body>
{% for blog in collections.blogs %}
{{ blog.data.title }}
<a href="{{ blog.url }}">{{ blog.data.title }} sss</a>
<!-- {{ blog.templateContent }} -->
<h1>{{ blog.title }}</h1>
<a href="{{ blog.url }}">{{ blog.data.title }}</a>
<br>
{% endfor %}
</body>
</html>