Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /404
layout: master
layout: main
---

<div class="container" style="text-align: center;margin:40px auto">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/master.html → _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" />
<link rel="stylesheet" href="{{ 'assets/css/master.css' | relative_url }}" />
<link rel="stylesheet" href="{{ 'assets/css/styles.css' | relative_url }}" />
</head>
<body>
{% include header.html %}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion blog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
layout: master
layout: main
---
Binary file added favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion pages/about-us.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /about-us
layout: master
layout: main
title: Find out about CoderDojo in London
breadcrumbs: "Home:/:;About Us:/about-us:about-us active"
---
Expand Down
2 changes: 1 addition & 1 deletion pages/attend-a-dojo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /attend-a-dojo
layout: master
layout: main
title: Attend a CoderDojo in London
breadcrumbs: "Home:/:;Attend a Dojo:/attend-a-dojo:attend active"
---
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /
layout: master
layout: main
title: CoderDojo - Be Cool and get involved
breadcrumbs: "Home:/:"
---
Expand Down