This commit is contained in:
emerson 2024-08-21 16:36:50 -03:00
parent c90f30f4f8
commit cc673a807a
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Liga das Orquideas title: Liga das Orquideas
description: >- # this means to ignore newlines until "baseurl:" 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: "" # the base hostname & protocol for your site, e.g. http://example.com url: "" # the base hostname & protocol for your site, e.g. http://example.com
sass: sass:

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
permalink: /index permalink: /
--- ---
<style> <style>
.hero .img{ .hero .img{

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
permalink: / permalink: /mapa
--- ---
{% include maps.html %} {% include maps.html %}