upload de projetos funcional + busca por bpm
Deploy / Deploy (push) Successful in 1m17s Details

This commit is contained in:
JotaChina 2025-12-08 10:50:15 -03:00
parent 73aed01b74
commit 3d496fd750
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ permalink: /bpm/
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
{% 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' %}
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">