1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 05:13:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/comments/footer-view-template-segment.tid
2018-06-21 08:36:15 +01:00

10 lines
431 B
Plaintext

title: $:/plugins/tiddlywiki/comments/footer-view-template-segment
tags: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body
<$list filter={{$:/config/Comments/EnableFilter}} variable="ignore">
<div class="tc-comments-segment">
<$transclude tiddler="$:/plugins/tiddlywiki/comments/add-comment-button" mode="inline"/>
<$transclude tiddler="$:/plugins/tiddlywiki/comments/comments-template" mode="inline"/>
</div>
</$list>