mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-24 10:55:33 +00:00
update blog.html
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user