mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 02:10:27 +00:00
Blog updates
This commit is contained in:
parent
99df9f46f7
commit
c0c0b6653c
@ -22,7 +22,7 @@ title: $:/plugins/tiddlywiki/blog/templates/html-page/page
|
|||||||
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
||||||
<section class="tc-story-river">
|
<section class="tc-story-river">
|
||||||
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
||||||
<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/tiddler" format="htmlwikified"/>
|
||||||
</$importvariables>`
|
</$importvariables>`
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
@ -22,7 +22,8 @@ title: $:/plugins/tiddlywiki/blog/templates/html-page/post
|
|||||||
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
||||||
<section class="tc-story-river">
|
<section class="tc-story-river">
|
||||||
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
||||||
<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/tiddler" format="htmlwikified"/>
|
||||||
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/menu" format="htmlwikified"/>
|
||||||
</$importvariables>`
|
</$importvariables>`
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
11
plugins/tiddlywiki/blog/templates/menu.tid
Normal file
11
plugins/tiddlywiki/blog/templates/menu.tid
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/blog/templates/menu
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<a href="../index.html">
|
||||||
|
|
||||||
|
{{$:/core/images/home-button}}
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
35
plugins/tiddlywiki/blog/templates/tiddler.tid
Normal file
35
plugins/tiddlywiki/blog/templates/tiddler.tid
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/blog/templates/tiddler
|
||||||
|
|
||||||
|
<div class="tc-tiddler-frame tc-tiddler-view-frame">
|
||||||
|
|
||||||
|
<div class="tc-tiddler-title">
|
||||||
|
|
||||||
|
<div class="tc-titlebar">
|
||||||
|
|
||||||
|
<h2 class="tc-title">
|
||||||
|
|
||||||
|
<$transclude field="caption" mode="inline">
|
||||||
|
|
||||||
|
<$view field="title"/>
|
||||||
|
|
||||||
|
</$transclude>
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tc-subtitle">
|
||||||
|
|
||||||
|
<$view field="modified" format="date" template="DDth MMM YYYY"/>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tc-tiddler-body">
|
||||||
|
|
||||||
|
<$transclude/>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user