mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
27 lines
992 B
Plaintext
27 lines
992 B
Plaintext
title: $:/core/templates/static.tiddler.html
|
|
|
|
\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="format-detection" content="telephone=no">
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="static.css">
|
|
<title>`{{$:/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="$:/core/ui/ViewTemplate" format="htmlwikified"/>
|
|
</$importvariables>`
|
|
</section>
|
|
</body>
|
|
</html>
|
|
` |