Skip to content

Commit a52b8dd

Browse files
authored
Merge pull request #54 from su2code/disable_adds
Disable adds
2 parents d607f2c + f94b528 commit a52b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/tutorials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1>{{ page.title }}</h1>
108108

109109
<div id="markdown-content-container">{{ content }}</div>
110110
<hr>
111-
{% unless page.disable_comments %}
111+
{% unless true %}
112112
<script>
113113

114114
/**

0 commit comments

Comments
 (0)