fix: urls

This commit is contained in:
Cory Dransfeldt 2024-06-02 07:54:56 -07:00
parent 71b50da27a
commit 75f6078996
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -4,7 +4,7 @@ pagination:
data: posts
size: 1
alias: post
permalink: "/posts/{{ post.date | date: '%Y' }}/{{ post.title | slugify | downcase }}/index.html"
permalink: "/posts/{{ post.date | date: '%Y' }}/{{ post.title | slugifyPost }}/index.html"
schema: blog
---
{%- capture postUrl %}{{ meta.url }}{{ post.url }}{% endcapture -%}