Skip to content

Commit

Permalink
Append the site title back.
Browse files Browse the repository at this point in the history
Remove dedundant site.description
Remove Google+ publisher link
  • Loading branch information
catalinred committed Dec 17, 2018
1 parent 0ccab3b commit 77b4f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: Catalin Red
description: Articles on front-end development, CSS, HTML, JavaScript and more.
markdown: kramdown
permalink: /:title/
paginate: 10
Expand Down
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<title>{{ page.title | xml_escape }}</title>
<title>{{ page.title | xml_escape }} - {{ site.title }}</title>
<meta name="description" content="{{ page.description }}">
<meta name="google-site-verification" content="C5zdBQFWWh6uslnkcC0u_F5av9GyYt90auGayV4ELbM">

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

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

Expand Down

0 comments on commit 77b4f5e

Please sign in to comment.