Skip to content

Commit 77b4f5e

Browse files
committed
Append the site title back.
Remove dedundant site.description Remove Google+ publisher link
1 parent 0ccab3b commit 77b4f5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Catalin Red
2-
description: Articles on front-end development, CSS, HTML, JavaScript and more.
32
markdown: kramdown
43
permalink: /:title/
54
paginate: 10

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
6-
<title>{{ page.title | xml_escape }}</title>
6+
<title>{{ page.title | xml_escape }} - {{ site.title }}</title>
77
<meta name="description" content="{{ page.description }}">
88
<meta name="google-site-verification" content="C5zdBQFWWh6uslnkcC0u_F5av9GyYt90auGayV4ELbM">
99

@@ -19,7 +19,6 @@
1919
<meta property="og:image" content="{{site.abs_url}}{{site.img}}">
2020
<meta property="og:description" content="{{page.description}}">
2121

22-
<link href="https://plus.google.com/114910105297465575018" rel="publisher">
2322
<link rel="stylesheet" href="/dist/css/style.css">
2423
<link rel="alternate" type="application/rss+xml" href="//feeds.feedburner.com/catalinred">
2524

0 commit comments

Comments
 (0)