Compare commits
2 Commits
5c98784f1b
...
3b0768e13c
Author | SHA1 | Date |
---|---|---|
emerson | 3b0768e13c | |
emerson | 55aa9b8a1d |
|
@ -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:
|
||||
|
|
|
@ -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"> -->
|
||||
|
|
Loading…
Reference in New Issue