- fix single page header (style and back link)
- fix some markdown content and add parameter link if needed
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: "Sobre Mim"
|
||||
params:
|
||||
back_link: /#about-me
|
||||
---
|
||||
|
||||
{{< about-me >}}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Calendário de Treinamentos"
|
||||
title: "Treinamentos"
|
||||
#title: "Calendário de Treinamentos"
|
||||
weight: 2
|
||||
header_menu: true
|
||||
---
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Massagem Esportiva em março (Brasil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#traisnings-calendar
|
||||
---
|
||||
Datas: 25, 26 e 27 de março de 2025
|
||||
|
||||
Localização: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
|
||||
|
||||
#### Programação
|
||||
## Programação
|
||||
|
||||
Duração: 3 DIAS (24 HORAS)
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Starpping Expert em março (Brasil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#trainings-calendar
|
||||
---
|
||||
Datas: 28, 29 e 30 de março de 2025
|
||||
|
||||
Localização: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
|
||||
|
||||
#### Programação
|
||||
## Programação
|
||||
|
||||
Duração: 3 DIAS (24 HORAS)
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: "About Me"
|
||||
params:
|
||||
back_link: /#about-me
|
||||
---
|
||||
|
||||
{{< about-me >}}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Sport Massages in March (Brasil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#trainings-calendar
|
||||
---
|
||||
Dates: 25th, 26th and 27th March 2025
|
||||
|
||||
Location: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
|
||||
|
||||
#### The Program
|
||||
### The Program
|
||||
|
||||
Duration: 3 Days (24 HOURS)
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Strapping Expert in March (Brasil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#trainings-calendar
|
||||
---
|
||||
Dates: 28th, 29th and 30th March 2025
|
||||
|
||||
Location: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
|
||||
|
||||
#### The Program
|
||||
### The Program
|
||||
|
||||
Duration: 3 Days (24 HOURS)
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: "About Me"
|
||||
params:
|
||||
back_link: /#about-me
|
||||
---
|
||||
|
||||
{{< about-me >}}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Massage du Sportif en mars (Brésil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#trainings-calendar
|
||||
---
|
||||
Dates : le 25, 26 et 27 Mars 2025
|
||||
|
||||
Lieu : [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brésil 🇧🇷)
|
||||
|
||||
#### Le Programme
|
||||
### Le Programme
|
||||
|
||||
Durée: 3 jours (24H)
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: "Strapping Expert en mars (Brésil 🇧🇷)"
|
||||
layout: "single_training"
|
||||
params:
|
||||
back_link: /#trainings-calendar
|
||||
---
|
||||
Dates : le 28, 29 et 30 Mars 2025
|
||||
|
||||
Lieu : [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brésil 🇧🇷)
|
||||
|
||||
#### Le Programme
|
||||
### Le Programme
|
||||
|
||||
Durée: 3 jours (24H)
|
||||
|
||||
|
||||
@@ -24,11 +24,17 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div id="site-menu" class="inner">
|
||||
{{ with .Site.Params.back_to_home }}
|
||||
<a class='btn site-menu' href='{{ "/#trainings-calendar" | relURL }}'><i class="fa fa-angle-left"></i> {{ . }}</a>
|
||||
{{ $back_to_home := .Site.Params.back_to_home }}
|
||||
{{ $back_link := "/" | relLangURL}}
|
||||
{{ with .Parent }}
|
||||
{{ $back_link = .RelPermalink | relLangURL }}
|
||||
{{ end }}
|
||||
{{ with .Param "back_link" }}
|
||||
{{ $back_link = . | relLangURL }}
|
||||
{{ end }}
|
||||
<div id="site-menu" class="inner">
|
||||
<a class='btn site-menu' href='{{ $back_link }}'><i class="fa fa-angle-left"></i> {{ $back_to_home }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -44,35 +44,35 @@ h3,h4,h5,h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5rem;
|
||||
font-size: 4rem;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: -2px;
|
||||
text-indent: -3px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 4rem;
|
||||
font-size: 3rem;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: -1px;
|
||||
text-indent: -2px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
h4 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
p{
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ body {
|
||||
}
|
||||
|
||||
#site-page-head {
|
||||
height: 0%;
|
||||
height: 0% !important;
|
||||
}
|
||||
|
||||
#site-head.withCenteredImage{
|
||||
|
||||
Reference in New Issue
Block a user