upload de projetos funcional + busca por bpm
Deploy / Deploy (push) Successful in 1m17s
Details
Deploy / Deploy (push) Successful in 1m17s
Details
This commit is contained in:
parent
73aed01b74
commit
3d496fd750
|
|
@ -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;">
|
<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' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue