mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 10:58:01 +00:00
Wrap the title and subtitle of tiddlers in their own divs
This commit is contained in:
@@ -2,10 +2,10 @@ title: $:/templates/ViewTemplate
|
||||
modifier: JeremyRuston
|
||||
|
||||
{{title{
|
||||
<<view title>>
|
||||
<div><<view title>></div>
|
||||
}}}
|
||||
{{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{
|
||||
<<view text wikified>>
|
||||
|
Reference in New Issue
Block a user