mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
|
title: $:/core/ui/PageControls/home
|
||
|
tags: $:/tags/PageControls
|
||
|
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
|
||
|
|
||
|
<$button message="tw-home" title={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tw-config-toolbar-class>>>
|
||
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||
|
{{$:/core/images/home-button}}
|
||
|
</$list>
|
||
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
||
|
<$text text={{$:/language/Buttons/Home/Caption}}/>
|
||
|
</$list>
|
||
|
</$button>
|