Skip to content
Snippets Groups Projects
Commit bc781f5e authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove `layout: post` frontmatter from blog posts

It's set globally in `config.rb`, so these were redundant.
parent 58c4d23c
No related branches found
No related tags found
1 merge request!2048Remove `layout: post` frontmatter from blog posts
Pipeline #
Showing
with 0 additions and 20 deletions
Loading
Loading
@@ -38,7 +38,6 @@ task :new_post, :title do |t, args|
puts "Creating new post: #{filename}"
open(filename, 'w') do |post|
post.puts "---"
post.puts "layout: post"
post.puts "title: \"#{title.gsub(/&/,'&')}\""
post.puts "date: #{Time.now.strftime('%Y-%m-%d')}"
post.puts "author: "
Loading
Loading
---
layout: post
title: "GitLab X.Y.Z Released"
date: YYYY-MM-DD
comments: true
Loading
Loading
---
layout: post
title: "GitLab X.X released with MAIN_CE_FEATURE and MAIN_EE_FEATURE"
date: YYYY-MM-22
categories:
Loading
Loading
---
layout: post
title: gitlab v1.1 vmware image
wordpress_id: 8
wordpress_url: http://blog.gitlabhq.com/?p=7
Loading
Loading
---
layout: post
title: New design is coming
wordpress_id: 25
wordpress_url: http://blog.gitlabhq.com/?p=25
Loading
Loading
---
layout: post
title: Install guide from Ryan Wersal
wordpress_id: 36
wordpress_url: http://blog.gitlabhq.com/?p=36
Loading
Loading
---
layout: post
title: "New feature: network graph"
wordpress_id: 39
wordpress_url: http://blog.gitlabhq.com/?p=39
Loading
Loading
---
layout: post
title: "New feature: Project Activities"
wordpress_id: 48
wordpress_url: http://blog.gitlabhq.com/?p=48
Loading
Loading
---
layout: post
title: Features for Pronto (v1.2.0)
wordpress_id: 52
wordpress_url: http://blog.gitlabhq.com/?p=52
Loading
Loading
---
layout: post
title: Pronto released
wordpress_id: 69
wordpress_url: http://blog.gitlabhq.com/?p=69
Loading
Loading
---
layout: post
title: What's next?
wordpress_id: 84
wordpress_url: http://blog.gitlabhq.com/?p=84
Loading
Loading
---
layout: post
title: "Issue prototype: "
wordpress_id: 96
wordpress_url: http://blog.gitlabhq.com/?p=96
Loading
Loading
---
layout: post
title: Dark colors for code review
wordpress_id: 100
wordpress_url: http://blog.gitlabhq.com/?p=100
Loading
Loading
---
layout: post
title: Issues become simplier
wordpress_id: 103
wordpress_url: http://blog.gitlabhq.com/?p=103
Loading
Loading
---
layout: post
title: Merge Requests v1
wordpress_id: 108
wordpress_url: http://blog.gitlabhq.com/?p=108
Loading
Loading
---
layout: post
title: New commit show page
wordpress_id: 114
wordpress_url: http://blog.gitlabhq.com/?p=114
Loading
Loading
---
layout: post
title: New access privilegies
wordpress_id: 119
wordpress_url: http://blog.gitlabhq.com/?p=119
Loading
Loading
---
layout: post
title: Useful Dashboard - first try
wordpress_id: 128
wordpress_url: http://blog.gitlabhq.com/?p=128
Loading
Loading
---
layout: post
title: "Gitlabhq v2.0: Moderno"
wordpress_id: 153
wordpress_url: http://blog.gitlabhq.com/?p=153
Loading
Loading
---
layout: post
title: 2.1.pre
wordpress_id: 183
wordpress_url: http://blog.gitlabhq.com/?p=183
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment