fix
This commit is contained in:
parent
c90f30f4f8
commit
cc673a807a
|
@ -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:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /index
|
permalink: /
|
||||||
---
|
---
|
||||||
<style>
|
<style>
|
||||||
.hero .img{
|
.hero .img{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /
|
permalink: /mapa
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include maps.html %}
|
{% include maps.html %}
|
||||||
|
|
Loading…
Reference in New Issue