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