diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 09:48:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 10:00:22 -0300 |
commit | 169aa4ff4d0fd28950f3bcff823cff1a795997d1 (patch) | |
tree | 09810a9eee66f9d1f8ba93df02a81ca3799ef0d9 | |
parent | default.html: Add hreflang to <link alternate> tags (diff) | |
download | euandre.org-169aa4ff4d0fd28950f3bcff823cff1a795997d1.tar.gz euandre.org-169aa4ff4d0fd28950f3bcff823cff1a795997d1.tar.xz |
Add title to pages missing it
-rw-r--r-- | _layouts/default.html | 4 | ||||
-rw-r--r-- | en/index.md | 1 | ||||
-rw-r--r-- | hea.md | 1 | ||||
-rw-r--r-- | index.md | 1 | ||||
-rw-r--r-- | pastebins.md | 1 | ||||
-rw-r--r-- | pt/index.md | 1 | ||||
-rw-r--r-- | 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 @@ <meta property="og:site_name" content="{{ site.title }}" /> <meta name="author" content="{{ site.author.name }}" /> <meta property="og:locale" content="{{ page.lang }}" /> - {% if page.title %} - <meta property="og:title" content="{{ page.title | xml_escape }}" /> - {% endif %} + <meta property="og:title" content="{{ page.title | xml_escape }}" /> <link rel="canonical" href="{{ page.url | absolute_url }}" /> <meta property="og:url" content="{{ page.url | absolute_url }}" /> 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 @@ -1,4 +1,5 @@ --- +title: Hoje Eu Aprendi layout: tils-listing lang: pt ref: tils @@ -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 @@ -1,4 +1,5 @@ --- +title: Today I Learned layout: tils-listing lang: en ref: tils |