mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
add footer to templates
This commit is contained in:
parent
abaa0c2125
commit
e508bccea7
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user