You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Doc: Added warning to generated HTML files
This commit is contained in:
@@ -4,6 +4,19 @@ const Mustache = require('mustache');
|
|||||||
|
|
||||||
const headerHtml = `<!doctype html>
|
const headerHtml = `<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
!!! 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: {{sourceMarkdownFile}}
|
||||||
|
|
||||||
|
!!! WARNING !!!
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{pageTitle}}</title>
|
<title>{{pageTitle}}</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Reference in New Issue
Block a user