1
0
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:
Laurent Cozic 2019-09-08 10:46:35 +01:00
parent 09df315639
commit 5ccafa2838

View File

@ -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">