feat: add excerpt logic

This commit is contained in:
Sebin Nyshkim 2025-03-16 19:11:53 +01:00
parent afab1ab781
commit 6a6c5e5e14
10 changed files with 34 additions and 17 deletions

View file

@ -3,7 +3,7 @@
<head>
{% metagen
title = title + ' - Sebin\'s Blog',
desc = description,
desc = page.excerpt | toPlain,
url = 'https://blog.sebin-nyshkim.net' + page.url,
type = type,
site_name = 'Sebin\'s Blog',