Skip to content

Instantly share code, notes, and snippets.

@noamross
Created May 22, 2012 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noamross/2766245 to your computer and use it in GitHub Desktop.
Save noamross/2766245 to your computer and use it in GitHub Desktop.
pandoc jekyll template
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 6
---
$if(title)$
title: $title$
$endif$
$if(author)$
author: $author$
$endif$
$if(tags)$
tags: $tags$
$endif$
$if(date)$
date: $date$
$endif$
layout: post
--- 

$for(include-before)$ $include-before$ $endfor$

$body$ $for(include-after)$ $include-after$ $endfor$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment