- disable disabledisqus: Add a line ` disabledisqus = "true" ` in front-matter
For example:
```
title = "How To Vertically Middle Align Floated Elements With Flexbox"
description = "How To Vertically Middle Align Floated Elements With Flexbox"
date = 2017-07-28T20:53:14+08:00
tags = ["CSS"]
categories = ["CSS"]
draft = false
disabledisqus = "true"
```
The code of this feature will update in future, because the implementation is not so good.