half mentors updated, few requires images and description

This commit is contained in:
Mark Perman
2025-08-31 18:28:58 +03:00
parent d6756ed225
commit dace35676f
74 changed files with 3983 additions and 3981 deletions

View File

@@ -1,19 +1,19 @@
---
layout: default
title: Blogi - Lapikud
---
<div class="page">
{%- for post in site.posts -%}
{%- assign date_format = "%F" -%}
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
{{ post.excerpt }}
<h5>{{ post.date | date: date_format }}
</h5>
{%- endfor -%}
</div>
---
layout: default
title: Blogi - Lapikud
---
<div class="page">
{%- for post in site.posts -%}
{%- assign date_format = "%F" -%}
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
{{ post.excerpt }}
<h5>{{ post.date | date: date_format }}
</h5>
{%- endfor -%}
</div>