Skip to content

Commit 298f65d

Browse files
committed
Initial removal of master from the template code
1 parent 611b054 commit 298f65d

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /404
3-
layout: master
3+
layout: main
44
---
55

66
<div class="container" style="text-align: center;margin:40px auto">

_layouts/master.html renamed to _layouts/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1111
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" />
12-
<link rel="stylesheet" href="{{ 'assets/css/master.css' | relative_url }}" />
12+
<link rel="stylesheet" href="{{ 'assets/css/styles.css' | relative_url }}" />
1313
</head>
1414
<body>
1515
{% include header.html %}
File renamed without changes.

blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
layout: master
2+
layout: main
33
---

favicon.ico

5.3 KB
Binary file not shown.

pages/about-us.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /about-us
3-
layout: master
3+
layout: main
44
title: Find out about CoderDojo in London
55
breadcrumbs: "Home:/:;About Us:/about-us:about-us active"
66
---

pages/attend-a-dojo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /attend-a-dojo
3-
layout: master
3+
layout: main
44
title: Attend a CoderDojo in London
55
breadcrumbs: "Home:/:;Attend a Dojo:/attend-a-dojo:attend active"
66
---

pages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /
3-
layout: master
3+
layout: main
44
title: CoderDojo - Be Cool and get involved
55
breadcrumbs: "Home:/:"
66
---

0 commit comments

Comments
 (0)