mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-03 15:32:30 +02:00
Doc: Added warning to generated HTML files
This commit is contained in:
parent
09df315639
commit
5ccafa2838
@ -4,6 +4,19 @@ const Mustache = require('mustache');
|
||||
|
||||
const headerHtml = `<!doctype 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>
|
||||
<title>{{pageTitle}}</title>
|
||||
<meta charset="utf-8">
|
||||
|
Loading…
x
Reference in New Issue
Block a user