Skip to content

Commit 7d16438

Browse files
author
Pablo Vieira
committed
correct domain on page title
1 parent 07507ac commit 7d16438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55

6-
{% capture page_title %}{% if page.title %}{{ " &middot; povieira.com" | prepend: page.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %}
6+
{% capture page_title %}{% if page.title %}{{ " &middot; pv8.io" | prepend: page.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %}
77
{% capture page_description %}{% if page.excerpt %}{{ page.excerpt | markdownify | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.meta.description }}{% endif %}{% endcapture %}
88
{% capture url %}{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}{% endcapture %}
99
<title>{{ page_title }}</title>

0 commit comments

Comments
 (0)