Compare commits

...

2 Commits

Author SHA1 Message Date
emerson 3b0768e13c fix 2024-08-21 17:08:43 -03:00
emerson 55aa9b8a1d Fix peoples 2024-08-21 17:08:37 -03:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Liga das Orquideas
description: >- # this means to ignore newlines until "baseurl:"
#baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ligadasorquideas.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
sass:

View File

@ -12,7 +12,7 @@ permalink: /pessoas/
{% assign peoples = site.people %}
{% for people in peoples %}
{% assign nome = people.name | replace: ".md","" %}
<a class="box" href="{{ site.baseurl }}/{{ people.url }}">
<a class="box" href="{{ site.baseurl }}/people/{{ nome }}.html">
<div class="box-image">
<img src="{{ site.baseurl }}/people/{{ nome }}.png">
<!-- <img src="{{ site.baseurl }}/{{ imagem_author }}" alt="Imagem do Autor" class="author-img"> -->