feat: ✨ add excerpt logic
This commit is contained in:
parent
afab1ab781
commit
6a6c5e5e14
10 changed files with 34 additions and 17 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue