aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 09:48:59 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 10:00:22 -0300
commit169aa4ff4d0fd28950f3bcff823cff1a795997d1 (patch)
tree09810a9eee66f9d1f8ba93df02a81ca3799ef0d9
parentdefault.html: Add hreflang to <link alternate> tags (diff)
downloadeuandre.org-169aa4ff4d0fd28950f3bcff823cff1a795997d1.tar.gz
euandre.org-169aa4ff4d0fd28950f3bcff823cff1a795997d1.tar.xz
Add title to pages missing it
-rw-r--r--_layouts/default.html4
-rw-r--r--en/index.md1
-rw-r--r--hea.md1
-rw-r--r--index.md1
-rw-r--r--pastebins.md1
-rw-r--r--pt/index.md1
-rw-r--r--til.md1
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
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