mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Use H1 for page title and H2 for tiddler titles
Ideally, we’d also rebase the headings within tiddlers so that `! Heading` would be an H3. Hopefully we’ll do that later.
This commit is contained in:
parent
bf2f88ba8b
commit
bc9b67cbc3
@ -7,11 +7,11 @@ tags: $:/tags/PageTemplate
|
||||
|
||||
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
||||
|
||||
<div class="tw-site-title">
|
||||
<h1 class="tw-site-title">
|
||||
|
||||
<$transclude tiddler="$:/SiteTitle" mode="inline"/>
|
||||
|
||||
</div>
|
||||
</h1>
|
||||
|
||||
<div class="tw-site-subtitle">
|
||||
|
||||
|
@ -5,7 +5,7 @@ tags: $:/tags/ViewTemplate
|
||||
fill:$(foregroundColor)$;
|
||||
\end
|
||||
<div class="tw-tiddler-title">
|
||||
<h1 class="titlebar">
|
||||
<h2 class="titlebar">
|
||||
<span class="tw-tiddler-controls">
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
||||
</span>
|
||||
@ -24,7 +24,7 @@ fill:$(foregroundColor)$;
|
||||
<$view field="title"/>
|
||||
</span>
|
||||
</$list>
|
||||
</h1>
|
||||
</h2>
|
||||
|
||||
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tw-tiddler-info tw-popup" animate="yes" retain="yes">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user