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:
parent
4a8c2d46b9
commit
34311e230f
@ -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>>
|
||||
|
Loading…
Reference in New Issue
Block a user