From 3d496fd750cf9d3514b8a2a2152775235d783108 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Mon, 8 Dec 2025 10:50:15 -0300 Subject: [PATCH] upload de projetos funcional + busca por bpm --- pages/bpm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bpm.md b/pages/bpm.md index 0997a056..e327334d 100644 --- a/pages/bpm.md +++ b/pages/bpm.md @@ -85,7 +85,7 @@ permalink: /bpm/
- {% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %} + {% assign file_url = projeto.file | slugify %} {% assign page_url = '../projetos/' | append: file_url | append: '.html' %}