Fixed front matter

This commit is contained in:
Open-Steps.org 2015-02-13 18:17:53 +01:00
parent a777ddada6
commit 25346dc966
8 changed files with 30 additions and 8 deletions

View file

@ -1,4 +1,6 @@
--- layout: default --- ---
layout: default
---
<div class="content container-fluid"> <div class="content container-fluid">

View file

@ -1,4 +1,6 @@
--- layout: default --- ---
layout: default
---
<div class="post"> <div class="post">
<div class="wrapper"> <div class="wrapper">

View file

@ -1,4 +1,6 @@
--- layout: default --- ---
layout: default
---
<div class="post"> <div class="post">
<div class="wrapper"> <div class="wrapper">

View file

@ -1,4 +1,8 @@
--- layout: page title: About permalink: /about/ --- ---
layout: page
title: About
permalink: /about/
---
<div class="content container-fluid"> <div class="content container-fluid">

View file

@ -1,4 +1,8 @@
--- layout: page title: Artists permalink: /artists/ --- ---
layout: page
title: Artists
permalink: /artists/
---
<div class="content container-fluid"> <div class="content container-fluid">

View file

@ -1,4 +1,8 @@
--- layout: page title: Call for talks permalink: /call-for-talks/ --- ---
layout: page
title: Call for talks
permalink: /call-for-talks/
---
<div class="container-fluid"> <div class="container-fluid">

View file

@ -1,4 +1,6 @@
--- layout: null --- ---
layout: null
---
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>

View file

@ -1,4 +1,6 @@
--- layout: default --- ---
layout: default
---
<div class="content container-fluid"> <div class="content container-fluid">
{% for post in site.posts %} {% if forloop.first != true %} {% for post in site.posts %} {% if forloop.first != true %}