Skip to content

Commit 5739b2a

Browse files
Lets have the text layout per default
if nothing else was choosen Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent d0b136f commit 5739b2a

3 files changed

Lines changed: 7 additions & 15 deletions

File tree

content/contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Contributing"
33
date: 2015-04-15 21:00:00
4-
layout: text
54
---
65

76
We are glad you want to contribute to InSpec! This document will help answer common questions you may have during your first contribution. This project is Apache 2 licensed. Every contribution must be under the Apache 2 License, too. For new files we have added a section with [License Headers](/docs/license-headers).
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{{ define "main" }}
2-
<h1>{{ .Title }}</h1>
3-
{{ .Content }}
2+
<section class="contributing content">
3+
<div class="row">
4+
<div class="large-12 medium-12 small-12 small-center columns">
5+
{{ .Content }}
6+
</div>
7+
</div>
8+
</section>
49
{{ end }}

themes/devsec/layouts/page/text.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)