mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
title: $:/plugins/tiddlywiki/blog/templates/html-page/post
|
|
|
|
\define tv-wikilink-template() /$uri_doubleencoded$.html
|
|
\define tv-config-toolbar-icons() no
|
|
\define tv-config-toolbar-text() no
|
|
\define tv-config-toolbar-class() tc-btn-invisible
|
|
`<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="generator" content="TiddlyWiki" />
|
|
<meta name="tiddlywiki-version" content="`{{$:/core/templates/version}}`" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link id="faviconLink" rel="shortcut icon" href="../favicon.ico">
|
|
<link rel="stylesheet" href="../static.css">
|
|
<title>`<$transclude field="caption"><$view field="title"/></$transclude>: {{$:/core/wiki/title}}`</title>
|
|
</head>
|
|
<body class="tc-body">
|
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
|
<section class="tc-story-river">
|
|
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/tiddler" format="htmlwikified"/>
|
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/menu" format="htmlwikified"/>
|
|
</$importvariables>`
|
|
</section>
|
|
</body>
|
|
</html>
|
|
`
|