Skip to content

Commit ead6674

Browse files
author
Tom Clark
committed
Site title updates
1 parent 79d7283 commit ead6674

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ kramdown:
2727
coderay_tab_width: 4
2828
coderay_bold_every: 10
2929
coderay_css: style
30-
31-
title: tutorials.github.com

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
{% if page.title %}
7-
<title>{{ page.title }} - {{ site.title }}</title>
7+
<title>{{ page.title }} - tutorials.github.com</title>
88
{% else %}
9-
<title>{{ site.title }}</title>
9+
<title>tutorials.github.com</title>
1010
{% endif %}
1111

1212
<link rel="stylesheet" href="/stylesheets/styles.css">

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: tutorials.github.com
3+
title: Decentralized Polyglot Tutorials
44
---
55

66
### README
File renamed without changes.

0 commit comments

Comments
 (0)