Skip to content

Commit 8ff4927

Browse files
committed
Make blog posts use correct layout
1 parent 227a9b0 commit 8ff4927

6 files changed

+6
-6
lines changed

docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
author: Martin Odersky and Dmitry Petrashko
44
title: "We got liftoff!"
55
subTitle: The Dotty compiler for Scala bootstraps.

docs/blog/_posts/2016-01-02-new-year-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
title: New Year Resolutions
44
author: Martin Odersky
55
authorImg: /images/martin.jpg

docs/blog/_posts/2016-02-03-essence-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
title: The Essence of Scala
44
author: Martin Odersky
55
authorImg: /images/martin.jpg

docs/blog/_posts/2016-02-17-scaling-dot-soundness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
title: Scaling DOT to Scala - Soundness
44
author: Martin Odersky
55
authorImg: /images/martin.jpg

docs/blog/_posts/2016-05-05-multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
title: Multiversal Equality for Scala
44
author: Martin Odersky
55
authorImg: /images/martin.jpg

docs/blog/_posts/2016-12-05-implicit-function-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: blog-page
33
title: Implicit Function Types
44
author: Martin Odersky
55
authorImg: /images/martin.jpg

0 commit comments

Comments
 (0)