FIX: Disqus not migrated to new config
This commit is contained in:
parent
23617b21bc
commit
1b0c92bb31
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<?php if ($blogdisqus) { // check if disqus is enabled ?>
|
<?php if ($config['blog']['disqus']) { // check if disqus is enabled ?>
|
||||||
<section class="card">
|
<section class="card">
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Reference in a new issue