mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
|
title: $:/plugins/tiddlywiki/comments/sidebar-segment
|
||
|
tags: $:/tags/SideBarSegment
|
||
|
list-after: $:/core/ui/SideBarSegments/site-subtitle
|
||
|
|
||
|
<$reveal state="$:/config/Comments/EnableWikiComments" type="match" text="yes" default="no">
|
||
|
<$tiddler tiddler="$:/SiteTitle">
|
||
|
<$transclude tiddler="$:/plugins/tiddlywiki/comments/add-comment-button" mode="inline"/>
|
||
|
</$tiddler>
|
||
|
</$reveal>
|