Fixed front matter
This commit is contained in:
parent
a777ddada6
commit
25346dc966
8 changed files with 30 additions and 8 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
--- layout: default ---
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
<div class="content container-fluid">
|
<div class="content container-fluid">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
--- layout: default ---
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
--- layout: default ---
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
||||||
|
|
|
||||||
4
feed.xml
4
feed.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue