mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
3da0a9431c
And also $:/tags/Global/View and $:/tags/Global/View/Body
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
title: $:/plugins/tiddlywiki/blog/templates/html-page/page
|
|
|
|
\define tv-wikilink-template() posts/$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/config/GlobalImportFilter}}>
|
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/tiddler" format="htmlwikified"/>
|
|
</$importvariables>`
|
|
</section>
|
|
</body>
|
|
</html>
|
|
`
|