2015-09-03 07:54:41 +00:00
|
|
|
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" />
|
2016-07-11 10:16:58 +00:00
|
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
2015-09-03 07:54:41 +00:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
|
|
|
<link rel="stylesheet" href="static.css">
|
2016-07-12 11:34:51 +00:00
|
|
|
<title>`<$transclude field="caption"><$view field="title"/></$transclude>: {{$:/core/wiki/title}}`</title>
|
2015-09-03 07:54:41 +00:00
|
|
|
</head>
|
|
|
|
<body class="tc-body">
|
|
|
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
|
|
|
<section class="tc-story-river">
|
2023-05-09 14:46:54 +00:00
|
|
|
`<$importvariables filter={{$:/core/config/GlobalImportFilter}}>
|
2015-10-01 11:13:48 +00:00
|
|
|
<$view tiddler="$:/plugins/tiddlywiki/blog/templates/tiddler" format="htmlwikified"/>
|
2015-09-03 07:54:41 +00:00
|
|
|
</$importvariables>`
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
`
|