From 169aa4ff4d0fd28950f3bcff823cff1a795997d1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Aug 2020 09:48:59 -0300 Subject: Add title to pages missing it --- _layouts/default.html | 4 +--- en/index.md | 1 + hea.md | 1 + index.md | 1 + pastebins.md | 1 + pt/index.md | 1 + til.md | 1 + 7 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 014207e..54e97d1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,9 +12,7 @@ - {% if page.title %} - - {% endif %} + diff --git a/en/index.md b/en/index.md index 28cca27..d46fd7e 100644 --- a/en/index.md +++ b/en/index.md @@ -1,4 +1,5 @@ --- +title: Blog layout: index lang: en ref: index diff --git a/hea.md b/hea.md index e981ec7..709025f 100644 --- a/hea.md +++ b/hea.md @@ -1,4 +1,5 @@ --- +title: Hoje Eu Aprendi layout: tils-listing lang: pt ref: tils diff --git a/index.md b/index.md index b5fe97b..38de926 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,5 @@ --- +title: Blog layout: index lang: en ref: root diff --git a/pastebins.md b/pastebins.md index 24083f9..4c3fbc0 100644 --- a/pastebins.md +++ b/pastebins.md @@ -1,4 +1,5 @@ --- +title: Pastebins layout: pastebins-listing lang: en ref: pastebins diff --git a/pt/index.md b/pt/index.md index 2285152..11b92e2 100644 --- a/pt/index.md +++ b/pt/index.md @@ -1,4 +1,5 @@ --- +title: Blog layout: index lang: pt ref: index diff --git a/til.md b/til.md index d6168b1..6f5f11e 100644 --- a/til.md +++ b/til.md @@ -1,4 +1,5 @@ --- +title: Today I Learned layout: tils-listing lang: en ref: tils -- cgit v1.2.3