1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Wrap the title and subtitle of tiddlers in their own divs

This commit is contained in:
Jeremy Ruston 2012-06-09 11:25:49 +01:00
parent 4a8c2d46b9
commit 34311e230f

View File

@ -2,10 +2,10 @@ title: $:/templates/ViewTemplate
modifier: JeremyRuston modifier: JeremyRuston
{{title{ {{title{
<<view title>> <div><<view title>></div>
}}} }}}
{{small{ {{small{
<<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">> <div><<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">></div>
}}} }}}
{{body{ {{body{
<<view text wikified>> <<view text wikified>>