Skip to content

Commit

Permalink
[BUGFIX] Remove discus includes on non single post related templates
Browse files Browse the repository at this point in the history
Fixes: #131
  • Loading branch information
benjaminkott committed Mar 5, 2020
1 parent 634986e commit 530b522
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions Resources/Private/Templates/Post/ListPostsByAuthor.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ <h1 class="page__title">
</f:else>
</f:if>
</f:section>
<f:section name="FooterAssets">
<f:if condition="{settings.comments.disqus._typoScriptNodeValue} === '1'">
<script id="dsq-count-scr" src="//{settings.comments.disqus.shortname}.disqus.com/count.js" async></script>
</f:if>
</f:section>
5 changes: 0 additions & 5 deletions Resources/Private/Templates/Post/ListPostsByCategory.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ <h1 class="page__title">
</f:else>
</f:if>
</f:section>
<f:section name="FooterAssets">
<f:if condition="{settings.comments.disqus._typoScriptNodeValue} === '1'">
<script id="dsq-count-scr" src="//{settings.comments.disqus.shortname}.disqus.com/count.js" async></script>
</f:if>
</f:section>
5 changes: 0 additions & 5 deletions Resources/Private/Templates/Post/ListPostsByDate.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ <h1 class="page__title">
</f:else>
</f:if>
</f:section>
<f:section name="FooterAssets">
<f:if condition="{settings.comments.disqus._typoScriptNodeValue} === '1'">
<script id="dsq-count-scr" src="//{settings.comments.disqus.shortname}.disqus.com/count.js" async></script>
</f:if>
</f:section>
5 changes: 0 additions & 5 deletions Resources/Private/Templates/Post/ListPostsByTag.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ <h1 class="page__title">
</f:else>
</f:if>
</f:section>
<f:section name="FooterAssets">
<f:if condition="{settings.comments.disqus._typoScriptNodeValue} === '1'">
<script id="dsq-count-scr" src="//{settings.comments.disqus.shortname}.disqus.com/count.js" async></script>
</f:if>
</f:section>
5 changes: 0 additions & 5 deletions Resources/Private/Templates/Post/ListRecentPosts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
<f:section name="Content">
<f:render partial="List" arguments="{_all}"/>
</f:section>
<f:section name="FooterAssets">
<f:if condition="{settings.comments.disqus._typoScriptNodeValue} === '1'">
<script id="dsq-count-scr" src="//{settings.comments.disqus.shortname}.disqus.com/count.js" async></script>
</f:if>
</f:section>

0 comments on commit 530b522

Please sign in to comment.