From 0bbd67657c320c6943aef103aa785443cbc27253 Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Mon, 12 Aug 2019 17:16:05 +0530 Subject: [PATCH] Update 2019-8-12-code-snippets.md --- _posts/2019-8-12-code-snippets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2019-8-12-code-snippets.md b/_posts/2019-8-12-code-snippets.md index 7ad4cb5..6605910 100644 --- a/_posts/2019-8-12-code-snippets.md +++ b/_posts/2019-8-12-code-snippets.md @@ -4,7 +4,7 @@ title: Code snippets in a blog post categories: [HTML,Code] --- -This post demonstrate the use of code snippets in the theme. +This post demonstrate the use of code snippets in the theme. The code snippets are powered by [Pygments](http://pygments.org/) and the code theme that is been used in Reverie is called [Draula](https://draculatheme.com/). This is a raw snippet: @@ -16,9 +16,9 @@ This is a text snippet This is a PHP snippet: -```js +```php ```