1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/Assets/WebsiteAssets/templates/main-new.mustache

93 lines
2.3 KiB
Plaintext
Raw Normal View History

2021-07-04 19:14:32 +02:00
<!DOCTYPE html>
2022-11-22 20:16:57 +02:00
<html lang="en-gb">
2021-07-04 19:14:32 +02:00
<!--
!!! WARNING !!!
This file was auto-generated from {{{sourceMarkdownFile}}} and any manual change
made to it will be overwritten. To make a change to this file please modify
the source Markdown file:
https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}
-->
<head>
2022-05-22 20:52:42 +02:00
{{> gtmHead}}
2021-07-16 18:32:01 +02:00
{{> gaOptimize}}
2021-07-04 19:14:32 +02:00
<meta
charset="utf-8"
http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1"
/>
<link rel="icon" href="{{imageBaseUrl}}/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
2022-02-24 21:35:28 +02:00
{{> openGraphTags}}
2022-06-03 13:31:42 +02:00
{{> rssFeedLink}}
2021-07-04 19:14:32 +02:00
<link
rel="stylesheet"
href="{{cssBaseUrl}}/bootstrap5.0.2.min.css"
as="style"
/>
2021-10-25 17:49:21 +02:00
<link rel="stylesheet" href="{{{assetUrls.css.fontawesome}}}">
2021-07-04 19:14:32 +02:00
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"
rel="stylesheet"
as="style"
media="all"
onload="this.media='all'; this.onload = null"
/>
2021-10-25 17:49:21 +02:00
<link rel="stylesheet" href="{{{assetUrls.css.site}}}" as="style" />
2021-07-04 19:14:32 +02:00
<title>{{pageTitle}}</title>
<script
src="{{jsBaseUrl}}/jquery-3.6.0.min.js"
rel="preload"
as="script"
></script>
2021-07-04 19:14:32 +02:00
</head>
<body class="website-env-{{env}}">
2022-05-22 20:52:42 +02:00
{{> gtmBody}}
<div class="container-fluid generic-template {{pageName}}-page" id="main-container">
2021-07-04 19:14:32 +02:00
{{#navbar}}
{{> navbar}}
{{/navbar}}
2021-07-04 19:14:32 +02:00
2021-08-09 14:17:58 +02:00
<div class="help-page-container page-{{sourceMarkdownName}}">
2021-07-04 19:14:32 +02:00
<div class="container">
<div class="row content-wrapper">
{{#showToc}}<div id="toc">{{{tocHtml}}}</div>{{/showToc}}
2021-07-04 19:14:32 +02:00
<div class="main-content">
<div class="alert alert-danger alert-env-dev" role="alert">
Running in {{env}} mode!
2021-07-04 19:14:32 +02:00
</div>
{{{contentHtml}}}
2021-12-18 17:45:59 +02:00
{{#showBottomLinks}}
<div class="bottom-links">
2021-12-18 17:45:59 +02:00
{{#showImproveThisDoc}}
<a class="bottom-link" href="https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}}">
<i class="fab fa-github"></i> Improve this doc
</a>
{{/showImproveThisDoc}}
</div>
2021-12-18 17:45:59 +02:00
{{/showBottomLinks}}
2021-07-04 19:14:32 +02:00
</div>
</div>
</div>
</div>
2021-09-01 16:21:56 +02:00
{{> footer}}
2021-07-04 19:14:32 +02:00
</div>
2021-10-25 17:49:21 +02:00
<script src="{{{assetUrls.js.script}}}"></script>
2021-07-04 19:14:32 +02:00
{{> analytics}}
2021-07-04 19:14:32 +02:00
</body>
</html>