Skip to content

Commit 742d96e

Browse files
committed
base_url => baseurl
1 parent 20dfe36 commit 742d96e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: Open Code of Conduct
22
description: An easy to reuse open source code of conduct for communities
33
markdown: kramdown
4-
parent_url: http://todogroup.org/
4+
parenturl: http://todogroup.org/

_layouts/default.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

2020
<meta property='og:type' content='website' />
2121
<meta property='og:title' content='{{page.title}} // TODO: Talk openly, develop openly' />
22-
<meta property='og:image' content='{{site.parent_url}}static/og.png' />
22+
<meta property='og:image' content='{{site.parenturl}}static/og.png' />
2323
<meta
2424
property='og:description'
2525
content='TODO: talk openly, develop openly. We believe we can better improve our open source programs - and our contributions to the open source movement as a whole - by working together.'
2626
/>
2727

28-
<link rel="shortcut icon" href="{{site.parent_url}}static/favicon.png" />
28+
<link rel="shortcut icon" href="{{site.parenturl}}static/favicon.png" />
2929
<link href='http://fonts.googleapis.com/css?family=Oswald:300,700,400|Open+Sans:400,700|Merriweather:300,400,700,900' rel='stylesheet' type='text/css'>
30-
<link rel='stylesheet' href='{{site.parent_url}}static/style.css' type='text/css'>
31-
<link rel='stylesheet' href='{{site.base_url}}/css/site.css' type='text/css'>
30+
<link rel='stylesheet' href='{{site.parenturl}}static/style.css' type='text/css'>
31+
<link rel='stylesheet' href='{{site.baseurl}}/css/site.css' type='text/css'>
3232

3333

3434
<script>
@@ -42,8 +42,8 @@
4242
</head>
4343
<body>
4444
<header id='header'>
45-
<a href='{{site.parent_url}}'>
46-
<img src='{{site.parent_url}}static/logo.svg' class='logo' alt='TODO'>
45+
<a href='{{site.parenturl}}'>
46+
<img src='{{site.parenturl}}static/logo.svg' class='logo' alt='TODO'>
4747
</a>
4848
</header>
4949

0 commit comments

Comments
 (0)