add footer to templates

This commit is contained in:
Akbar Rahman 2021-05-01 12:00:01 +01:00
parent abaa0c2125
commit e508bccea7
2 changed files with 6 additions and 1 deletions

View File

@ -8,4 +8,7 @@
<title>$title$</title>
</head>
<body> $body$ </body>
<body>
$body$
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
</body>

View File

@ -8,4 +8,6 @@
<body>
<h1>$title$</h1>
$body$
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
</body>