From 2feb3d2ab4bd57ab9ce65ee97557f67afeb38777 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 7 Jul 2017 15:33:19 -0400 Subject: [PATCH] Replace Gist Liquid tag with embed `script` --- docs/_posts/2013-08-16-markup-syntax-highlighting.md | 4 ++-- test/_posts/2013-08-16-markup-syntax-highlighting.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_posts/2013-08-16-markup-syntax-highlighting.md b/docs/_posts/2013-08-16-markup-syntax-highlighting.md index d62729b6..a1d9d42a 100644 --- a/docs/_posts/2013-08-16-markup-syntax-highlighting.md +++ b/docs/_posts/2013-08-16-markup-syntax-highlighting.md @@ -1,7 +1,7 @@ --- title: "Markup: Syntax Highlighting" excerpt: "Post displaying the various ways of highlighting code in Markdown." -last_modified_at: 2016-09-09T09:55:10-04:00 +last_modified_at: 2017-07-07T15:32:43-04:00 header: teaser: "assets/images/markup-syntax-highlighting-teaser.jpg" tags: @@ -98,4 +98,4 @@ Indentation matters. Be sure the indent of the code block aligns with the first An example of a Gist embed below. -{% gist mmistakes/6589546 %} + diff --git a/test/_posts/2013-08-16-markup-syntax-highlighting.md b/test/_posts/2013-08-16-markup-syntax-highlighting.md index d62729b6..abc3344c 100644 --- a/test/_posts/2013-08-16-markup-syntax-highlighting.md +++ b/test/_posts/2013-08-16-markup-syntax-highlighting.md @@ -98,4 +98,4 @@ Indentation matters. Be sure the indent of the code block aligns with the first An example of a Gist embed below. -{% gist mmistakes/6589546 %} + \ No newline at end of file