From b438513959a5735ed6c8a45e7446d832a5fb5dab Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 27 Aug 2012 11:22:08 -0700 Subject: [PATCH] bypass Kramdown for HTML escaping argharghargh! It looks like GitHub Pages is using an old version of Kramdown (not sure which) with a bug that breaks HTML pass-through. Had to move the video embed out of the Markdown document. Maybe I'll move to Redcarpet or whatever in the future. --- _layouts/main.html | 5 +++++ index.md | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 7c5133c7c..7e7f6572d 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -75,6 +75,11 @@
+{% if page.section == 'main' %} +
+ +
+{% endif %} {{ content }} {% if page.section == 'blog' %}
- The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the [MusicBrainz][] database. (It also downloads cover art for albums it