mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
title: $:/core/templates/server/static.tiddler.html
|
|
|
|
\whitespace trim
|
|
\define tv-wikilink-template() $uri_encoded$
|
|
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
|
|
<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="%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css">
|
|
<title><$view field="caption" format="plainwikified"><$view field="title"/></$view>: <$view tiddler="$:/core/wiki/title" format="plainwikified"/></title>
|
|
</head>
|
|
<body class="tc-body">
|
|
<$transclude tiddler="$:/core/templates/server/static.sidebar.wikitext" mode="inline"/>
|
|
<section class="tc-story-river">
|
|
<div class="tc-tiddler-frame">
|
|
<$transclude tiddler="$:/core/templates/server/static.tiddler.wikitext" mode="inline"/>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |